#9114B2

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

Shades of Dark Violet #9114B2

Tints of Dark Violet #9114B2

Color information

#9114B2 (or 0x9114B2) is unknown color: approx Dark Violet. HEX triplet: 91, 14 and B2. RGB value is (145,20,178). Sum of RGB (Red+Green+Blue) = 145+20+178=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #9114B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9114B2 is #6EEB4D. Grayscale: #4A4A4A. Windows color (decimal): -7269198 or 11670673. OLE color: 11670673.

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

Color convert

RGB14520178-
CMYK0.190.8900.30
HSL287.47º79.8%38.82%-
HSV(B)287.47º88.76%69.8%-
XYZ19.969.7342.95-
YUV75.39185.91177.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 20 (8.20% from 255) = 5.83%
BLUE value IS 178 (69.92% from 255) = 51.90%
R=42.27%
G=5.83%
B=51.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal145201780.190.8900.30287.4779.838.82
Hex9114B2135901E11f5027
Octal221242622313103643712047
Binary1001000110100101100101001110110010111101000111111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9114B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9114B2; }

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

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

<style>
 a { background-color: #9114B2; }

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

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

<style>
 span { border-color: #9114B2; }

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

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