#9402B2

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

Shades of Dark Violet #9402B2

Tints of Dark Violet #9402B2

Color information

#9402B2 (or 0x9402B2) is unknown color: approx Dark Violet. HEX triplet: 94, 02 and B2. RGB value is (148,2,178). Sum of RGB (Red+Green+Blue) = 148+2+178=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 178 (69.92% from 255 or 54.27% from 328); Max value from RGB is 178 - color contains mainly: blue. Hex color #9402B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9402B2 is #6BFD4D. Grayscale: #414141. Windows color (decimal): -7077198 or 11666068. OLE color: 11666068.

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

Color convert

RGB1482178-
CMYK0.170.9900.30
HSL289.77º97.78%35.29%-
HSV(B)289.77º98.88%69.8%-
XYZ20.279.5542.9-
YUV65.72191.37186.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 178 (69.92% from 255) = 54.27%
R=45.12%
G=0.61%
B=54.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14821780.170.9900.30289.7797.7835.29
Hex942B2116301E1226223
Octal22422622114303644214243
Binary1001010010101100101000111000110111101001000101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9402B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,2,178); }

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

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

 a { background-color: rgb(148,2,178); }

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

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

 span { border-color: rgb(148,2,178); }

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