Html Css Color HEX #9000DE Dark Violet

📋 copy color: '#9000DE'

red 144 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #9000DE

Tints of Dark Violet #9000DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.66%

R = 39.34%
G = 0%
B = 60.66%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9000DE (or 0x9000DE) is known color: Dark Violet. HEX triplet: 90, 00 and DE. RGB value is (144,0,222). Sum of RGB (Red+Green+Blue) = 144+0+222=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #9000DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000DE is #6FFF21. Grayscale: #434343. Windows color (decimal): -7339810 or 14549136. OLE color: 14549136.

HSL color Cylindrical-coordinate representation of color #9000DE: hue angle of 278.92º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000DE is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 0 222 -
CMYK 0.35 1 0 0.13
HSL 278.92º 1% 0.44% -
HSV(B) 278.92º 1% 0.87% -
XYZ 24.69 11.2 69.97 -
YUV 68.36 214.71 181.95 -
System Red Green Blue C M Y K H S L
Decimal 144 0 222 0.35 1 0 0.13 278.92 1 0.44
Hex 90 0 DE 23 64 0 D 117 64 2C
Octal 220 0 336 43 144 0 15 427 144 54
Binary 10010000 0 11011110 100011 1100100 0 1101 100010111 1100100 101100

Color Harmonies of #9000DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000DE

Black with #9000DE

Text Example


Text Example

White with #9000DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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