Html Css Color HEX #813CBF Dark Orchid

📋 copy color: '#813CBF'

red 129 ◦ green 60 ◦ blue 191

#813CBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #813CBF

Tints of Dark Orchid #813CBF

RGB

 RED value IS 129 (50.78% from 255) = 33.95%

 GREEN value IS 60 (23.83% from 255) = 15.79%

 BLUE value IS 191 (75% from 255) = 50.26%

R = 33.95%
G = 15.79%
B = 50.26%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#813CBF (or 0x813CBF) is known color: Dark Orchid. HEX triplet: 81, 3C and BF. RGB value is (129,60,191). Sum of RGB (Red+Green+Blue) = 129+60+191=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #813CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813CBF is #7EC340. Grayscale: #5F5F5F. Windows color (decimal): -8307521 or 12532865. OLE color: 12532865.

HSL color Cylindrical-coordinate representation of color #813CBF: hue angle of 271.6º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #813CBF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 60 191 -
CMYK 0.32 0.69 0 0.25
HSL 271.6º 0.52% 0.49% -
HSV(B) 271.6º 0.69% 0.75% -
XYZ 20.07 11.66 50.48 -
YUV 95.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 129 60 191 0.32 0.69 0 0.25 271.6 0.52 0.49
Hex 81 3C BF 20 45 0 19 110 34 31
Octal 201 74 277 40 105 0 31 420 64 61
Binary 10000001 111100 10111111 100000 1000101 0 11001 100010000 110100 110001

Color Harmonies of #813CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CBF

Black with #813CBF

Text Example


Text Example

White with #813CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813CBF; }

 p { color: rgb(129,60,191); }

 H1.HeaderClassName
 {
   color: #813CBF;
 }
 .AnyTagClassName
 {
   color: #813CBF;
 }
</style>

background-color css

<style>
 a { background-color: #813CBF; }

 a { background-color: rgb(129,60,191); }

 div.DivClassName
 {
   background-color: #813CBF;
 }
 .BgClassName
 {
   background-color: #813CBF;
 }
</style>

border-color css

<style>
 span { border-color: #813CBF; }

 span { border-color: rgb(129,60,191); }

 td.TdClassName
 {
   border-color: #813CBF;
 }
 .TagClassName
 {
   border-color: #813CBF;
 }
</style>