#9100b2

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

Shades of Dark Violet #9100B2

Tints of Dark Violet #9100B2

Color information

#9100B2 (or 0x9100B2) is unknown color: approx Dark Violet. HEX triplet: 91, 00 and B2. RGB value is (145,0,178). Sum of RGB (Red+Green+Blue) = 145+0+178=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #9100B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9100B2 is #6EFF4D. Grayscale: #3F3F3F. Windows color (decimal): -7274318 or 11665553. OLE color: 11665553.

HSL color Cylindrical-coordinate representation of color #9100B2: hue angle of 288.88º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100B2 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1450178-
CMYK0.19100.30
HSL288.88º100%34.9%-
HSV(B)288.88º100%69.8%-
XYZ19.719.2342.86-
YUV63.65192.54186.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 178 (69.92% from 255) = 55.11%
R=44.89%
G=0%
B=55.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14501780.19100.30288.8810034.9
Hex910B2136401E1216423
Octal22102622314403644114443
Binary100100010101100101001111001000111101001000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9100b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9100b2; }

 p { color: rgb(145,0,178); }

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

<style>
 a { background-color: #9100b2; }

 a { background-color: rgb(145,0,178); }

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

<style>
 span { border-color: #9100b2; }

 span { border-color: rgb(145,0,178); }

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