#8162BE

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

Shades of True V #8162BE

Tints of True V #8162BE

Color information

#8162BE (or 0x8162BE) is unknown color: approx True V. HEX triplet: 81, 62 and BE. RGB value is (129,98,190). Sum of RGB (Red+Green+Blue) = 129+98+190=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #8162BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8162BE is #7E9D41. Grayscale: #757575. Windows color (decimal): -8297794 or 12477057. OLE color: 12477057.

HSL color Cylindrical-coordinate representation of color #8162BE: hue angle of 260.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8162BE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12998190-
CMYK0.320.4800.25
HSL260.22º41.44%56.47%-
HSV(B)260.22º48.42%74.51%-
XYZ22.7217.1250.82-
YUV117.76168.77136.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=30.94%
G=23.50%
B=45.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129981900.320.4800.25260.2241.4456.47
Hex8162BE20300191042938
Octal20114227640600314045170
Binary10000001110001010111110100000110000011001100000100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8162BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8162BE; }

 p { color: rgb(129,98,190); }

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

<style>
 a { background-color: #8162BE; }

 a { background-color: rgb(129,98,190); }

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

<style>
 span { border-color: #8162BE; }

 span { border-color: rgb(129,98,190); }

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