#9F10B0

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

Shades of Dark Violet #9F10B0

Tints of Dark Violet #9F10B0

Color information

#9F10B0 (or 0x9F10B0) is unknown color: approx Dark Violet. HEX triplet: 9F, 10 and B0. RGB value is (159,16,176). Sum of RGB (Red+Green+Blue) = 159+16+176=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #9F10B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F10B0 is #60EF4F. Grayscale: #4C4C4C. Windows color (decimal): -6352720 or 11538591. OLE color: 11538591.

HSL color Cylindrical-coordinate representation of color #9F10B0: hue angle of 293.62º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F10B0 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15916176-
CMYK0.100.9100.31
HSL293.62º83.33%37.65%-
HSV(B)293.62º90.91%69.02%-
XYZ22.3210.8842-
YUV77183.88186.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 16 (6.64% from 255) = 4.56%
BLUE value IS 176 (69.14% from 255) = 50.14%
R=45.30%
G=4.56%
B=50.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159161760.100.9100.31293.6283.3337.65
Hex9F10B0A5B01F1265326
Octal237202601213303744612346
Binary100111111000010110000101010110110111111001001101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F10B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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