#8158CB

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

Shades of True V #8158CB

Tints of True V #8158CB

Color information

#8158CB (or 0x8158CB) is unknown color: approx True V. HEX triplet: 81, 58 and CB. RGB value is (129,88,203). Sum of RGB (Red+Green+Blue) = 129+88+203=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8158CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158CB is #7EA734. Grayscale: #707070. Windows color (decimal): -8300341 or 13326465. OLE color: 13326465.

HSL color Cylindrical-coordinate representation of color #8158CB: hue angle of 261.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8158CB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12988203-
CMYK0.360.5700.20
HSL261.39º52.51%57.06%-
HSV(B)261.39º56.65%79.61%-
XYZ23.3215.9658.35-
YUV113.37178.58139.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 88 (34.77% from 255) = 20.95%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=30.71%
G=20.95%
B=48.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129882030.360.5700.20261.3952.5157.06
Hex8158CB24390141053539
Octal20113031344710244056571
Binary10000001101100011001011100100111001010100100000101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8158CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8158CB; }

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

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

<style>
 a { background-color: #8158CB; }

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

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

<style>
 span { border-color: #8158CB; }

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

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