Html Css Color HEX #815ACC True V

📋 copy color: '#815ACC'

red 129 ◦ green 90 ◦ blue 204

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

Shades of True V #815ACC

Tints of True V #815ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

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

R = 30.5%
G = 21.28%
B = 48.23%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#815ACC (or 0x815ACC) is known color: True V. HEX triplet: 81, 5A and CC. RGB value is (129,90,204). Sum of RGB (Red+Green+Blue) = 129+90+204=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #815ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ACC is #7EA533. Grayscale: #727272. Windows color (decimal): -8299828 or 13392513. OLE color: 13392513.

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

Color convert

RGB 129 90 204 -
CMYK 0.37 0.56 0 0.2
HSL 260.53º 0.53% 0.58% -
HSV(B) 260.53º 0.56% 0.8% -
XYZ 23.61 16.34 59.04 -
YUV 114.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 129 90 204 0.37 0.56 0 0.2 260.53 0.53 0.58
Hex 81 5A CC 25 38 0 14 105 35 3A
Octal 201 132 314 45 70 0 24 405 65 72
Binary 10000001 1011010 11001100 100101 111000 0 10100 100000101 110101 111010

Color Harmonies of #815ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815ACC

Black with #815ACC

Text Example


Text Example

White with #815ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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