#9210B3

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

Shades of Dark Violet #9210B3

Tints of Dark Violet #9210B3

Color information

#9210B3 (or 0x9210B3) is unknown color: approx Dark Violet. HEX triplet: 92, 10 and B3. RGB value is (146,16,179). Sum of RGB (Red+Green+Blue) = 146+16+179=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #9210B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9210B3 is #6DEF4C. Grayscale: #484848. Windows color (decimal): -7204685 or 11735186. OLE color: 11735186.

HSL color Cylindrical-coordinate representation of color #9210B3: hue angle of 287.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9210B3 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14616179-
CMYK0.180.9100.30
HSL287.85º83.59%38.24%-
HSV(B)287.85º91.06%70.2%-
XYZ20.189.7443.46-
YUV73.45187.57179.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 16 (6.64% from 255) = 4.69%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=42.82%
G=4.69%
B=52.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146161790.180.9100.30287.8583.5938.24
Hex9210B3125B01E1205426
Octal222202632213303644012446
Binary1001001010000101100111001010110110111101001000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9210B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,16,179); }

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

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

 a { background-color: rgb(146,16,179); }

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

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

 span { border-color: rgb(146,16,179); }

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