#815CCB

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

Shades of True V #815CCB

Tints of True V #815CCB

Color information

#815CCB (or 0x815CCB) is unknown color: approx True V. HEX triplet: 81, 5C and CB. RGB value is (129,92,203). Sum of RGB (Red+Green+Blue) = 129+92+203=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #815CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CCB is #7EA334. Grayscale: #737373. Windows color (decimal): -8299317 or 13327489. OLE color: 13327489.

HSL color Cylindrical-coordinate representation of color #815CCB: hue angle of 260º degrees, saturation: 0.52, 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 #815CCB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12992203-
CMYK0.360.5500.20
HSL260º51.63%57.84%-
HSV(B)260º54.68%79.61%-
XYZ23.6616.6358.46-
YUV115.72177.26137.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.42%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=30.42%
G=21.70%
B=47.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129922030.360.5500.2026051.6357.84
Hex815CCB2437014104343a
Octal20113431344670244046472
Binary10000001101110011001011100100110111010100100000100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,92,203); }

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

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

 a { background-color: rgb(129,92,203); }

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

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

 span { border-color: rgb(129,92,203); }

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