#8160CE

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

Shades of True V #8160CE

Tints of True V #8160CE

Color information

#8160CE (or 0x8160CE) is unknown color: approx True V. HEX triplet: 81, 60 and CE. RGB value is (129,96,206). Sum of RGB (Red+Green+Blue) = 129+96+206=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #8160CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8160CE is #7E9F31. Grayscale: #767676. Windows color (decimal): -8298290 or 13525121. OLE color: 13525121.

HSL color Cylindrical-coordinate representation of color #8160CE: hue angle of 258º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8160CE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12996206-
CMYK0.370.5300.19
HSL258º52.88%59.22%-
HSV(B)258º53.4%80.78%-
XYZ24.3817.4960.48-
YUV118.41177.43135.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.93%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 206 (80.86% from 255) = 47.80%
R=29.93%
G=22.27%
B=47.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129962060.370.5300.1925852.8859.22
Hex8160CE2535013102353b
Octal20114031645650234026573
Binary10000001110000011001110100101110101010011100000010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8160CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8160CE; }

 p { color: rgb(129,96,206); }

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

<style>
 a { background-color: #8160CE; }

 a { background-color: rgb(129,96,206); }

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

<style>
 span { border-color: #8160CE; }

 span { border-color: rgb(129,96,206); }

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