#815ACA

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

Shades of True V #815ACA

Tints of True V #815ACA

Color information

#815ACA (or 0x815ACA) is unknown color: approx True V. HEX triplet: 81, 5A and CA. RGB value is (129,90,202). Sum of RGB (Red+Green+Blue) = 129+90+202=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #815ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ACA is #7EA535. Grayscale: #727272. Windows color (decimal): -8299830 or 13261441. OLE color: 13261441.

HSL color Cylindrical-coordinate representation of color #815ACA: hue angle of 260.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #815ACA is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12990202-
CMYK0.360.5500.21
HSL260.89º51.38%57.25%-
HSV(B)260.89º55.45%79.22%-
XYZ23.3716.2457.78-
YUV114.43177.42138.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=30.64%
G=21.38%
B=47.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129902020.360.5500.21260.8951.3857.25
Hex815ACA24370151053339
Octal20113231244670254056371
Binary10000001101101011001010100100110111010101100000101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #815ACA;
 }
 .AnyTagClassName
 {
   color: #815ACA;
 }
</style>
background-color css

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

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

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

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

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

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