Html Css Color HEX #9012DE Dark Violet

📋 copy color: '#9012DE'

red 144 ◦ green 18 ◦ blue 222

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

Shades of Dark Violet #9012DE

Tints of Dark Violet #9012DE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.69%

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

R = 37.5%
G = 4.69%
B = 57.81%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9012DE (or 0x9012DE) is known color: Dark Violet. HEX triplet: 90, 12 and DE. RGB value is (144,18,222). Sum of RGB (Red+Green+Blue) = 144+18+222=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #9012DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012DE is #6FED21. Grayscale: #4E4E4E. Windows color (decimal): -7335202 or 14553744. OLE color: 14553744.

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

Color convert

RGB 144 18 222 -
CMYK 0.35 0.92 0 0.13
HSL 277.06º 0.85% 0.47% -
HSV(B) 277.06º 0.92% 0.87% -
XYZ 24.9 11.64 70.04 -
YUV 78.93 208.74 174.41 -
System Red Green Blue C M Y K H S L
Decimal 144 18 222 0.35 0.92 0 0.13 277.06 0.85 0.47
Hex 90 12 DE 23 5C 0 D 115 55 2F
Octal 220 22 336 43 134 0 15 425 125 57
Binary 10010000 10010 11011110 100011 1011100 0 1101 100010101 1010101 101111

Color Harmonies of #9012DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012DE

Black with #9012DE

Text Example


Text Example

White with #9012DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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