Html Css Color HEX #815ACE True V

📋 copy color: '#815ACE'

red 129 ◦ green 90 ◦ blue 206

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

Shades of True V #815ACE

Tints of True V #815ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 30.35%
G = 21.18%
B = 48.47%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#815ACE (or 0x815ACE) is known color: True V. HEX triplet: 81, 5A and CE. RGB value is (129,90,206). Sum of RGB (Red+Green+Blue) = 129+90+206=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #815ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ACE is #7EA531. Grayscale: #727272. Windows color (decimal): -8299826 or 13523585. OLE color: 13523585.

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

Color convert

RGB 129 90 206 -
CMYK 0.37 0.56 0 0.19
HSL 260.17º 0.54% 0.58% -
HSV(B) 260.17º 0.56% 0.81% -
XYZ 23.85 16.44 60.31 -
YUV 114.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 129 90 206 0.37 0.56 0 0.19 260.17 0.54 0.58
Hex 81 5A CE 25 38 0 13 104 36 3A
Octal 201 132 316 45 70 0 23 404 66 72
Binary 10000001 1011010 11001110 100101 111000 0 10011 100000100 110110 111010

Color Harmonies of #815ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815ACE

Black with #815ACE

Text Example


Text Example

White with #815ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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