Html Css Color HEX #9000ED Dark Violet

📋 copy color: '#9000ED'

red 144 ◦ green 0 ◦ blue 237

#9000ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9000ED

Tints of Dark Violet #9000ED

RGB

 RED value IS 144 (56.64% from 255) = 37.8%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 62.2%

R = 37.8%
G = 0%
B = 62.2%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9000ED (or 0x9000ED) is known color: Dark Violet. HEX triplet: 90, 00 and ED. RGB value is (144,0,237). Sum of RGB (Red+Green+Blue) = 144+0+237=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #9000ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9000ED is #6FFF12. Grayscale: #454545. Windows color (decimal): -7339795 or 15532176. OLE color: 15532176.

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

Color convert

RGB 144 0 237 -
CMYK 0.39 1 0 0.07
HSL 276.46º 1% 0.46% -
HSV(B) 276.46º 1% 0.93% -
XYZ 26.79 12.04 81.03 -
YUV 70.07 222.21 180.73 -
System Red Green Blue C M Y K H S L
Decimal 144 0 237 0.39 1 0 0.07 276.46 1 0.46
Hex 90 0 ED 27 64 0 7 114 64 2E
Octal 220 0 355 47 144 0 7 424 144 56
Binary 10010000 0 11101101 100111 1100100 0 111 100010100 1100100 101110

Color Harmonies of #9000ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000ED

Black with #9000ED

Text Example


Text Example

White with #9000ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9000ED;
 }
 .AnyTagClassName
 {
   color: #9000ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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