#815DCD

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

Shades of True V #815DCD

Tints of True V #815DCD

Color information

#815DCD (or 0x815DCD) is unknown color: approx True V. HEX triplet: 81, 5D and CD. RGB value is (129,93,205). Sum of RGB (Red+Green+Blue) = 129+93+205=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #815DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DCD is #7EA232. Grayscale: #747474. Windows color (decimal): -8299059 or 13458817. OLE color: 13458817.

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

Color convert

RGB12993205-
CMYK0.370.5500.20
HSL259.29º52.83%58.43%-
HSV(B)259.29º54.63%80.39%-
XYZ23.9916.959.76-
YUV116.53177.93136.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=30.21%
G=21.78%
B=48.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129932050.370.5500.20259.2952.8358.43
Hex815DCD2537014103353a
Octal20113531545670244036572
Binary10000001101110111001101100101110111010100100000011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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