#900FC0

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

Shades of Dark Violet #900FC0

Tints of Dark Violet #900FC0

Color information

#900FC0 (or 0x900FC0) is unknown color: approx Dark Violet. HEX triplet: 90, 0F and C0. RGB value is (144,15,192). Sum of RGB (Red+Green+Blue) = 144+15+192=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #900FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FC0 is #6FF03F. Grayscale: #494949. Windows color (decimal): -7336000 or 12586896. OLE color: 12586896.

HSL color Cylindrical-coordinate representation of color #900FC0: hue angle of 283.73º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900FC0 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14415192-
CMYK0.250.9200.25
HSL283.73º85.51%40.59%-
HSV(B)283.73º92.19%75.29%-
XYZ21.1910.0850.7-
YUV73.75194.74178.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 15 (6.25% from 255) = 4.27%
BLUE value IS 192 (75.39% from 255) = 54.70%
R=41.03%
G=4.27%
B=54.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144151920.250.9200.25283.7385.5140.59
Hex90FC0195C01911c5629
Octal220173003113403143412651
Binary100100001111110000001100110111000110011000111001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900FC0; }

 p { color: rgb(144,15,192); }

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

<style>
 a { background-color: #900FC0; }

 a { background-color: rgb(144,15,192); }

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

<style>
 span { border-color: #900FC0; }

 span { border-color: rgb(144,15,192); }

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