#9C0FD0

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

Shades of Dark Violet #9C0FD0

Tints of Dark Violet #9C0FD0

Color information

#9C0FD0 (or 0x9C0FD0) is unknown color: approx Dark Violet. HEX triplet: 9C, 0F and D0. RGB value is (156,15,208). Sum of RGB (Red+Green+Blue) = 156+15+208=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C0FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0FD0 is #63F02F. Grayscale: #4E4E4E. Windows color (decimal): -6549552 or 13635484. OLE color: 13635484.

HSL color Cylindrical-coordinate representation of color #9C0FD0: hue angle of 283.83º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0FD0 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15615208-
CMYK0.250.9300.18
HSL283.83º86.55%43.73%-
HSV(B)283.83º92.79%81.57%-
XYZ25.2711.9660.65-
YUV79.16200.71182.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 15 (6.25% from 255) = 3.96%
BLUE value IS 208 (81.64% from 255) = 54.88%
R=41.16%
G=3.96%
B=54.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156152080.250.9300.18283.8386.5543.73
Hex9CFD0195D01211c572c
Octal234173203113502243412754
Binary100111001111110100001100110111010100101000111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,15,208); }

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

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

 a { background-color: rgb(156,15,208); }

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

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

 span { border-color: rgb(156,15,208); }

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