Html Css Color HEX #815FCC True V

📋 copy color: '#815FCC'

red 129 ◦ green 95 ◦ blue 204

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

Shades of True V #815FCC

Tints of True V #815FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.2%

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

R = 30.14%
G = 22.2%
B = 47.66%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#815FCC (or 0x815FCC) is known color: True V. HEX triplet: 81, 5F and CC. RGB value is (129,95,204). Sum of RGB (Red+Green+Blue) = 129+95+204=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #815FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FCC is #7EA033. Grayscale: #757575. Windows color (decimal): -8298548 or 13393793. OLE color: 13393793.

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

Color convert

RGB 129 95 204 -
CMYK 0.37 0.53 0 0.2
HSL 258.72º 0.52% 0.59% -
HSV(B) 258.72º 0.53% 0.8% -
XYZ 24.04 17.21 59.18 -
YUV 117.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 129 95 204 0.37 0.53 0 0.2 258.72 0.52 0.59
Hex 81 5F CC 25 35 0 14 103 34 3B
Octal 201 137 314 45 65 0 24 403 64 73
Binary 10000001 1011111 11001100 100101 110101 0 10100 100000011 110100 111011

Color Harmonies of #815FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FCC

Black with #815FCC

Text Example


Text Example

White with #815FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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