#9208B4

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

Shades of Dark Violet #9208B4

Tints of Dark Violet #9208B4

Color information

#9208B4 (or 0x9208B4) is unknown color: approx Dark Violet. HEX triplet: 92, 08 and B4. RGB value is (146,8,180). Sum of RGB (Red+Green+Blue) = 146+8+180=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #9208B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9208B4 is #6DF74B. Grayscale: #444444. Windows color (decimal): -7206732 or 11798674. OLE color: 11798674.

HSL color Cylindrical-coordinate representation of color #9208B4: hue angle of 288.14º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9208B4 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1468180-
CMYK0.190.9600.29
HSL288.14º91.49%36.86%-
HSV(B)288.14º95.56%70.59%-
XYZ20.189.5843.97-
YUV68.87190.72183.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 180 (70.70% from 255) = 53.89%
R=43.71%
G=2.40%
B=53.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14681800.190.9600.29288.1491.4936.86
Hex928B4136001D1205b25
Octal222102642314003544013345
Binary100100101000101101001001111000000111011001000001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9208B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9208B4; }

 p { color: rgb(146,8,180); }

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

<style>
 a { background-color: #9208B4; }

 a { background-color: rgb(146,8,180); }

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

<style>
 span { border-color: #9208B4; }

 span { border-color: rgb(146,8,180); }

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