Html Css Color HEX #813BC8 Dark Orchid

📋 copy color: '#813BC8'

red 129 ◦ green 59 ◦ blue 200

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

Shades of Dark Orchid #813BC8

Tints of Dark Orchid #813BC8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.21%

 BLUE value IS 200 (78.52% from 255) = 51.55%

R = 33.25%
G = 15.21%
B = 51.55%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#813BC8 (or 0x813BC8) is known color: Dark Orchid. HEX triplet: 81, 3B and C8. RGB value is (129,59,200). Sum of RGB (Red+Green+Blue) = 129+59+200=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #813BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BC8 is #7EC437. Grayscale: #5F5F5F. Windows color (decimal): -8307768 or 13122433. OLE color: 13122433.

HSL color Cylindrical-coordinate representation of color #813BC8: hue angle of 269.79º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813BC8 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 59 200 -
CMYK 0.36 0.70 0 0.22
HSL 269.79º 0.56% 0.51% -
HSV(B) 269.79º 0.71% 0.78% -
XYZ 21.04 11.97 55.84 -
YUV 96 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 129 59 200 0.36 0.70 0 0.22 269.79 0.56 0.51
Hex 81 3B C8 24 46 0 16 10E 38 33
Octal 201 73 310 44 106 0 26 416 70 63
Binary 10000001 111011 11001000 100100 1000110 0 10110 100001110 111000 110011

Color Harmonies of #813BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BC8

Black with #813BC8

Text Example


Text Example

White with #813BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,59,200); }

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

background-color css

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

 a { background-color: rgb(129,59,200); }

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

border-color css

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

 span { border-color: rgb(129,59,200); }

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