#900CB7

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

Shades of Dark Violet #900CB7

Tints of Dark Violet #900CB7

Color information

#900CB7 (or 0x900CB7) is unknown color: approx Dark Violet. HEX triplet: 90, 0C and B7. RGB value is (144,12,183). Sum of RGB (Red+Green+Blue) = 144+12+183=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #900CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CB7 is #6FF348. Grayscale: #464646. Windows color (decimal): -7336777 or 11996304. OLE color: 11996304.

HSL color Cylindrical-coordinate representation of color #900CB7: hue angle of 286.32º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900CB7 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14412183-
CMYK0.210.9300.28
HSL286.32º87.69%38.24%-
HSV(B)286.32º93.44%71.76%-
XYZ20.189.6145.59-
YUV70.96191.23180.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 183 (71.88% from 255) = 53.98%
R=42.48%
G=3.54%
B=53.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144121830.210.9300.28286.3287.6938.24
Hex90CB7155D01C11e5826
Octal220142672513503443613046
Binary100100001100101101111010110111010111001000111101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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