#9F13C2

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

Shades of Dark Violet #9F13C2

Tints of Dark Violet #9F13C2

Color information

#9F13C2 (or 0x9F13C2) is unknown color: approx Dark Violet. HEX triplet: 9F, 13 and C2. RGB value is (159,19,194). Sum of RGB (Red+Green+Blue) = 159+19+194=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #9F13C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F13C2 is #60EC3D. Grayscale: #505050. Windows color (decimal): -6351934 or 12719007. OLE color: 12719007.

HSL color Cylindrical-coordinate representation of color #9F13C2: hue angle of 288º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F13C2 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15919194-
CMYK0.180.9000.24
HSL288º82.16%41.76%-
HSV(B)288º90.21%76.08%-
XYZ24.2711.7352.02-
YUV80.81191.88183.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 19 (7.81% from 255) = 5.11%
BLUE value IS 194 (76.17% from 255) = 52.15%
R=42.74%
G=5.11%
B=52.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal159191940.180.9000.2428882.1641.76
Hex9F13C2125A018120522a
Octal237233022213203044012252
Binary1001111110011110000101001010110100110001001000001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F13C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,19,194); }

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

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

 a { background-color: rgb(159,19,194); }

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

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

 span { border-color: rgb(159,19,194); }

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