#815DCF

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

Shades of True V #815DCF

Tints of True V #815DCF

Color information

#815DCF (or 0x815DCF) is unknown color: approx True V. HEX triplet: 81, 5D and CF. RGB value is (129,93,207). Sum of RGB (Red+Green+Blue) = 129+93+207=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #815DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DCF is #7EA230. Grayscale: #747474. Windows color (decimal): -8299057 or 13589889. OLE color: 13589889.

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

Color convert

RGB12993207-
CMYK0.380.5500.19
HSL258.95º54.29%58.82%-
HSV(B)258.95º55.07%81.18%-
XYZ24.231761.04-
YUV116.76178.93136.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=30.07%
G=21.68%
B=48.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129932070.380.5500.19258.9554.2958.82
Hex815DCF2637013103363b
Octal20113531746670234036673
Binary10000001101110111001111100110110111010011100000011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,93,207); }

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

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

 a { background-color: rgb(129,93,207); }

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

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

 span { border-color: rgb(129,93,207); }

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