Html Css Color HEX #9012BE Dark Violet

📋 copy color: '#9012BE'

red 144 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #9012BE

Tints of Dark Violet #9012BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 40.91%
G = 5.11%
B = 53.98%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9012BE (or 0x9012BE) is known color: Dark Violet. HEX triplet: 90, 12 and BE. RGB value is (144,18,190). Sum of RGB (Red+Green+Blue) = 144+18+190=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #9012BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012BE is #6FED41. Grayscale: #4A4A4A. Windows color (decimal): -7335234 or 12456592. OLE color: 12456592.

HSL color Cylindrical-coordinate representation of color #9012BE: hue angle of 283.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9012BE is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 18 190 -
CMYK 0.24 0.91 0 0.25
HSL 283.95º 0.83% 0.41% -
HSV(B) 283.95º 0.91% 0.75% -
XYZ 21.01 10.08 49.55 -
YUV 75.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 144 18 190 0.24 0.91 0 0.25 283.95 0.83 0.41
Hex 90 12 BE 18 5B 0 19 11C 53 29
Octal 220 22 276 30 133 0 31 434 123 51
Binary 10010000 10010 10111110 11000 1011011 0 11001 100011100 1010011 101001

Color Harmonies of #9012BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012BE

Black with #9012BE

Text Example


Text Example

White with #9012BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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