#9F00C4

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

Shades of Dark Violet #9F00C4

Tints of Dark Violet #9F00C4

Color information

#9F00C4 (or 0x9F00C4) is unknown color: approx Dark Violet. HEX triplet: 9F, 00 and C4. RGB value is (159,0,196). Sum of RGB (Red+Green+Blue) = 159+0+196=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #9F00C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00C4 is #60FF3B. Grayscale: #454545. Windows color (decimal): -6356796 or 12845215. OLE color: 12845215.

HSL color Cylindrical-coordinate representation of color #9F00C4: hue angle of 288.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00C4 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1590196-
CMYK0.19100.23
HSL288.67º100%38.43%-
HSV(B)288.67º100%76.86%-
XYZ24.2611.3653.14-
YUV69.88199.18191.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 196 (76.95% from 255) = 55.21%
R=44.79%
G=0%
B=55.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15901960.19100.23288.6710038.43
Hex9F0C413640171216426
Octal23703042314402744114446
Binary100111110110001001001111001000101111001000011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F00C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,196); }

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

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

 a { background-color: rgb(159,0,196); }

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

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

 span { border-color: rgb(159,0,196); }

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