Html Css Color HEX #9012CE Dark Violet

📋 copy color: '#9012CE'

red 144 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #9012CE

Tints of Dark Violet #9012CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 39.13%
G = 4.89%
B = 55.98%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9012CE (or 0x9012CE) is known color: Dark Violet. HEX triplet: 90, 12 and CE. RGB value is (144,18,206). Sum of RGB (Red+Green+Blue) = 144+18+206=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #9012CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012CE is #6FED31. Grayscale: #4C4C4C. Windows color (decimal): -7335218 or 13505168. OLE color: 13505168.

HSL color Cylindrical-coordinate representation of color #9012CE: hue angle of 280.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9012CE is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 18 206 -
CMYK 0.30 0.91 0 0.19
HSL 280.21º 0.84% 0.44% -
HSV(B) 280.21º 0.91% 0.81% -
XYZ 22.86 10.82 59.28 -
YUV 77.11 200.74 175.71 -
System Red Green Blue C M Y K H S L
Decimal 144 18 206 0.30 0.91 0 0.19 280.21 0.84 0.44
Hex 90 12 CE 1E 5B 0 13 118 54 2C
Octal 220 22 316 36 133 0 23 430 124 54
Binary 10010000 10010 11001110 11110 1011011 0 10011 100011000 1010100 101100

Color Harmonies of #9012CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012CE

Black with #9012CE

Text Example


Text Example

White with #9012CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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