#9000BF

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

Shades of Dark Violet #9000BF

Tints of Dark Violet #9000BF

Color information

#9000BF (or 0x9000BF) is unknown color: approx Dark Violet. HEX triplet: 90, 00 and BF. RGB value is (144,0,191). Sum of RGB (Red+Green+Blue) = 144+0+191=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #9000BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000BF is #6FFF40. Grayscale: #404040. Windows color (decimal): -7339841 or 12517520. OLE color: 12517520.

HSL color Cylindrical-coordinate representation of color #9000BF: hue angle of 285.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000BF is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1440191-
CMYK0.25100.25
HSL285.24º100%37.45%-
HSV(B)285.24º100%74.9%-
XYZ20.919.6950.06-
YUV64.83199.21184.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 57.01%
R=42.99%
G=0%
B=57.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14401910.25100.25285.2410037.45
Hex900BF196401911d6425
Octal22002773114403143514445
Binary100100000101111111100111001000110011000111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9000BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9000BF; }

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

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

<style>
 a { background-color: #9000BF; }

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

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

<style>
 span { border-color: #9000BF; }

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

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