#900CBF

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

Shades of Dark Violet #900CBF

Tints of Dark Violet #900CBF

Color information

#900CBF (or 0x900CBF) is unknown color: approx Dark Violet. HEX triplet: 90, 0C and BF. RGB value is (144,12,191). Sum of RGB (Red+Green+Blue) = 144+12+191=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #900CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CBF is #6FF340. Grayscale: #474747. Windows color (decimal): -7336769 or 12520592. OLE color: 12520592.

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

Color convert

RGB14412191-
CMYK0.250.9400.25
HSL284.25º88.18%39.8%-
HSV(B)284.25º93.72%74.9%-
XYZ21.049.9550.1-
YUV71.87195.23179.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 12 (5.08% from 255) = 3.46%
BLUE value IS 191 (75% from 255) = 55.04%
R=41.50%
G=3.46%
B=55.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144121910.250.9400.25284.2588.1839.8
Hex90CBF195E01911c5828
Octal220142773113603143413050
Binary100100001100101111111100110111100110011000111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,12,191); }

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

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

 a { background-color: rgb(144,12,191); }

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

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

 span { border-color: rgb(144,12,191); }

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