Html Css Color HEX #813EC9 Dark Orchid

📋 copy color: '#813EC9'

red 129 ◦ green 62 ◦ blue 201

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

Shades of Dark Orchid #813EC9

Tints of Dark Orchid #813EC9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.82%

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 32.91%
G = 15.82%
B = 51.28%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#813EC9 (or 0x813EC9) is known color: Dark Orchid. HEX triplet: 81, 3E and C9. RGB value is (129,62,201). Sum of RGB (Red+Green+Blue) = 129+62+201=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #813EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813EC9 is #7EC136. Grayscale: #616161. Windows color (decimal): -8306999 or 13188737. OLE color: 13188737.

HSL color Cylindrical-coordinate representation of color #813EC9: hue angle of 268.92º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #813EC9 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 62 201 -
CMYK 0.36 0.69 0 0.21
HSL 268.92º 0.56% 0.52% -
HSV(B) 268.92º 0.69% 0.79% -
XYZ 21.32 12.33 56.51 -
YUV 97.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 129 62 201 0.36 0.69 0 0.21 268.92 0.56 0.52
Hex 81 3E C9 24 45 0 15 10D 38 34
Octal 201 76 311 44 105 0 25 415 70 64
Binary 10000001 111110 11001001 100100 1000101 0 10101 100001101 111000 110100

Color Harmonies of #813EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813EC9

Black with #813EC9

Text Example


Text Example

White with #813EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,62,201); }

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

background-color css

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

 a { background-color: rgb(129,62,201); }

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

border-color css

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

 span { border-color: rgb(129,62,201); }

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