#9008EE

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

Shades of Dark Violet #9008EE

Tints of Dark Violet #9008EE

Color information

#9008EE (or 0x9008EE) is unknown color: approx Dark Violet. HEX triplet: 90, 08 and EE. RGB value is (144,8,238). Sum of RGB (Red+Green+Blue) = 144+8+238=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #9008EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9008EE is #6FF711. Grayscale: #4A4A4A. Windows color (decimal): -7337746 or 15599760. OLE color: 15599760.

HSL color Cylindrical-coordinate representation of color #9008EE: hue angle of 275.48º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9008EE is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1448238-
CMYK0.390.9700.07
HSL275.48º93.5%48.24%-
HSV(B)275.48º96.64%93.33%-
XYZ27.0212.2881.83-
YUV74.88220.06177.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 8 (3.52% from 255) = 2.05%
BLUE value IS 238 (93.36% from 255) = 61.03%
R=36.92%
G=2.05%
B=61.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14482380.390.9700.07275.4893.548.24
Hex908EE2761071135d30
Octal22010356471410742313560
Binary10010000100011101110100111110000101111000100111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9008EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9008EE; }

 p { color: rgb(144,8,238); }

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

<style>
 a { background-color: #9008EE; }

 a { background-color: rgb(144,8,238); }

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

<style>
 span { border-color: #9008EE; }

 span { border-color: rgb(144,8,238); }

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