#815ACC

Color #815ACC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #815ACC

Tints of True V #815ACC

Color information

#815ACC (or 0x815ACC) is unknown color: approx 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

RGB12990204-
CMYK0.370.5600.2
HSL260.53º52.78%57.65%-
HSV(B)260.53º55.88%80%-
XYZ23.6116.3459.04-
YUV114.66178.42138.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=30.50%
G=21.28%
B=48.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129902040.370.5600.2260.5352.7857.65
Hex815ACC2538014105353a
Octal20113231445700244056572
Binary10000001101101011001100100101111000010100100000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>