#8158C8

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

Shades of True V #8158C8

Tints of True V #8158C8

Color information

#8158C8 (or 0x8158C8) is unknown color: approx True V. HEX triplet: 81, 58 and C8. RGB value is (129,88,200). Sum of RGB (Red+Green+Blue) = 129+88+200=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #8158C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158C8 is #7EA737. Grayscale: #707070. Windows color (decimal): -8300344 or 13129857. OLE color: 13129857.

HSL color Cylindrical-coordinate representation of color #8158C8: hue angle of 261.96º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8158C8 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12988200-
CMYK0.360.5600.22
HSL261.96º50.45%56.47%-
HSV(B)261.96º56%78.43%-
XYZ22.9715.8256.49-
YUV113.03177.08139.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 88 (34.77% from 255) = 21.10%
BLUE value IS 200 (78.52% from 255) = 47.96%
R=30.94%
G=21.10%
B=47.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129882000.360.5600.22261.9650.4556.47
Hex8158C824380161063238
Octal20113031044700264066270
Binary10000001101100011001000100100111000010110100000110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8158C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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