#8962C6

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

Shades of True V #8962C6

Tints of True V #8962C6

Color information

#8962C6 (or 0x8962C6) is unknown color: approx True V. HEX triplet: 89, 62 and C6. RGB value is (137,98,198). Sum of RGB (Red+Green+Blue) = 137+98+198=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #8962C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8962C6 is #769D39. Grayscale: #787878. Windows color (decimal): -7773498 or 13001353. OLE color: 13001353.

HSL color Cylindrical-coordinate representation of color #8962C6: hue angle of 263.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8962C6 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13798198-
CMYK0.310.5100.22
HSL263.4º46.73%58.04%-
HSV(B)263.4º50.51%77.65%-
XYZ24.8818.1355.61-
YUV121.06171.42139.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 198 (77.73% from 255) = 45.73%
R=31.64%
G=22.63%
B=45.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal137981980.310.5100.22263.446.7358.04
Hex8962C61F330161072f3a
Octal21114230637630264075772
Binary1000100111000101100011011111110011010110100000111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8962C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8962C6; }

 p { color: rgb(137,98,198); }

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

<style>
 a { background-color: #8962C6; }

 a { background-color: rgb(137,98,198); }

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

<style>
 span { border-color: #8962C6; }

 span { border-color: rgb(137,98,198); }

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