#8906C1

Color #8906C1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8906C1

Tints of Dark Violet #8906C1

Color information

#8906C1 (or 0x8906C1) is unknown color: approx Dark Violet. HEX triplet: 89, 06 and C1. RGB value is (137,6,193). Sum of RGB (Red+Green+Blue) = 137+6+193=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #8906C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8906C1 is #76F93E. Grayscale: #414141. Windows color (decimal): -7797055 or 12650121. OLE color: 12650121.

HSL color Cylindrical-coordinate representation of color #8906C1: hue angle of 282.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8906C1 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1376193-
CMYK0.290.9700.24
HSL282.03º93.97%39.02%-
HSV(B)282.03º96.89%75.69%-
XYZ20.019.351.19-
YUV66.49199.4178.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=40.77%
G=1.79%
B=57.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13761930.290.9700.24282.0393.9739.02
Hex896C11D6101811a5e27
Octal21163013514103043213647
Binary10001001110110000011110111000010110001000110101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8906C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8906C1; }

 p { color: rgb(137,6,193); }

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

<style>
 a { background-color: #8906C1; }

 a { background-color: rgb(137,6,193); }

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

<style>
 span { border-color: #8906C1; }

 span { border-color: rgb(137,6,193); }

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