#9F10B3

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

Shades of Dark Violet #9F10B3

Tints of Dark Violet #9F10B3

Color information

#9F10B3 (or 0x9F10B3) is unknown color: approx Dark Violet. HEX triplet: 9F, 10 and B3. RGB value is (159,16,179). Sum of RGB (Red+Green+Blue) = 159+16+179=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F10B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10B3 is #60EF4C. Grayscale: #4C4C4C. Windows color (decimal): -6352717 or 11735199. OLE color: 11735199.

HSL color Cylindrical-coordinate representation of color #9F10B3: hue angle of 292.64º 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 #9F10B3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15916179-
CMYK0.110.9100.30
HSL292.64º83.59%38.24%-
HSV(B)292.64º91.06%70.2%-
XYZ22.621143.58-
YUV77.34185.38186.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 16 (6.64% from 255) = 4.52%
BLUE value IS 179 (70.31% from 255) = 50.56%
R=44.92%
G=4.52%
B=50.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159161790.110.9100.30292.6483.5938.24
Hex9F10B3B5B01E1255426
Octal237202631313303644512446
Binary100111111000010110011101110110110111101001001011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F10B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F10B3; }

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

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

<style>
 a { background-color: #9F10B3; }

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

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

<style>
 span { border-color: #9F10B3; }

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

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