#815DC3

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

Shades of True V #815DC3

Tints of True V #815DC3

Color information

#815DC3 (or 0x815DC3) is unknown color: approx True V. HEX triplet: 81, 5D and C3. RGB value is (129,93,195). Sum of RGB (Red+Green+Blue) = 129+93+195=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #815DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DC3 is #7EA23C. Grayscale: #737373. Windows color (decimal): -8299069 or 12803457. OLE color: 12803457.

HSL color Cylindrical-coordinate representation of color #815DC3: hue angle of 261.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #815DC3 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12993195-
CMYK0.340.5200.24
HSL261.18º45.95%56.47%-
HSV(B)261.18º52.31%76.47%-
XYZ22.8216.4453.6-
YUV115.39172.93137.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 195 (76.56% from 255) = 46.76%
R=30.94%
G=22.30%
B=46.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129931950.340.5200.24261.1845.9556.47
Hex815DC322340181052e38
Octal20113530342640304055670
Binary10000001101110111000011100010110100011000100000101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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