#900CBE

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

Shades of Dark Violet #900CBE

Tints of Dark Violet #900CBE

Color information

#900CBE (or 0x900CBE) is unknown color: approx Dark Violet. HEX triplet: 90, 0C and BE. RGB value is (144,12,190). Sum of RGB (Red+Green+Blue) = 144+12+190=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #900CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CBE is #6FF341. Grayscale: #474747. Windows color (decimal): -7336770 or 12455056. OLE color: 12455056.

HSL color Cylindrical-coordinate representation of color #900CBE: hue angle of 284.49º 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 #900CBE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14412190-
CMYK0.240.9400.25
HSL284.49º88.12%39.61%-
HSV(B)284.49º93.68%74.51%-
XYZ20.939.9149.53-
YUV71.76194.73179.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 12 (5.08% from 255) = 3.47%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=41.62%
G=3.47%
B=54.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144121900.240.9400.25284.4988.1239.61
Hex90CBE185E01911c5828
Octal220142763013603143413050
Binary100100001100101111101100010111100110011000111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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