Html Css Color HEX #815DCC True V

📋 copy color: '#815DCC'

red 129 ◦ green 93 ◦ blue 204

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

Shades of True V #815DCC

Tints of True V #815DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.83%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 30.28%
G = 21.83%
B = 47.89%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#815DCC (or 0x815DCC) is known color: True V. HEX triplet: 81, 5D and CC. RGB value is (129,93,204). Sum of RGB (Red+Green+Blue) = 129+93+204=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #815DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DCC is #7EA233. Grayscale: #747474. Windows color (decimal): -8299060 or 13393281. OLE color: 13393281.

HSL color Cylindrical-coordinate representation of color #815DCC: hue angle of 259.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #815DCC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 93 204 -
CMYK 0.37 0.54 0 0.2
HSL 259.46º 0.52% 0.58% -
HSV(B) 259.46º 0.54% 0.8% -
XYZ 23.87 16.86 59.12 -
YUV 116.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 129 93 204 0.37 0.54 0 0.2 259.46 0.52 0.58
Hex 81 5D CC 25 36 0 14 103 34 3A
Octal 201 135 314 45 66 0 24 403 64 72
Binary 10000001 1011101 11001100 100101 110110 0 10100 100000011 110100 111010

Color Harmonies of #815DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815DCC

Black with #815DCC

Text Example


Text Example

White with #815DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815DCC; }

 p { color: rgb(129,93,204); }

 H1.HeaderClassName
 {
   color: #815DCC;
 }
 .AnyTagClassName
 {
   color: #815DCC;
 }
</style>

background-color css

<style>
 a { background-color: #815DCC; }

 a { background-color: rgb(129,93,204); }

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

border-color css

<style>
 span { border-color: #815DCC; }

 span { border-color: rgb(129,93,204); }

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