#9106B3

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

Shades of Dark Violet #9106B3

Tints of Dark Violet #9106B3

Color information

#9106B3 (or 0x9106B3) is unknown color: approx Dark Violet. HEX triplet: 91, 06 and B3. RGB value is (145,6,179). Sum of RGB (Red+Green+Blue) = 145+6+179=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #9106B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9106B3 is #6EF94C. Grayscale: #424242. Windows color (decimal): -7272781 or 11732625. OLE color: 11732625.

HSL color Cylindrical-coordinate representation of color #9106B3: hue angle of 288.21º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9106B3 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1456179-
CMYK0.190.9700.30
HSL288.21º93.51%36.27%-
HSV(B)288.21º96.65%70.2%-
XYZ19.889.443.42-
YUV67.28191.05183.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 6 (2.73% from 255) = 1.82%
BLUE value IS 179 (70.31% from 255) = 54.24%
R=43.94%
G=1.82%
B=54.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14561790.190.9700.30288.2193.5136.27
Hex916B3136101E1205e24
Octal22162632314103644013644
Binary10010001110101100111001111000010111101001000001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9106B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9106B3; }

 p { color: rgb(145,6,179); }

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

<style>
 a { background-color: #9106B3; }

 a { background-color: rgb(145,6,179); }

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

<style>
 span { border-color: #9106B3; }

 span { border-color: rgb(145,6,179); }

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