Html Css Color HEX #9012EA Blue Violet

📋 copy color: '#9012EA'

red 144 ◦ green 18 ◦ blue 234

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

Shades of Blue Violet #9012EA

Tints of Blue Violet #9012EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.09%

R = 36.36%
G = 4.55%
B = 59.09%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9012EA (or 0x9012EA) is known color: Blue Violet. HEX triplet: 90, 12 and EA. RGB value is (144,18,234). Sum of RGB (Red+Green+Blue) = 144+18+234=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #9012EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9012EA is #6FED15. Grayscale: #4F4F4F. Windows color (decimal): -7335190 or 15340176. OLE color: 15340176.

HSL color Cylindrical-coordinate representation of color #9012EA: hue angle of 275º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9012EA is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 18 234 -
CMYK 0.38 0.92 0 0.08
HSL 275º 0.86% 0.49% -
HSV(B) 275º 0.92% 0.92% -
XYZ 26.57 12.3 78.82 -
YUV 80.3 214.74 173.44 -
System Red Green Blue C M Y K H S L
Decimal 144 18 234 0.38 0.92 0 0.08 275 0.86 0.49
Hex 90 12 EA 26 5C 0 8 113 56 31
Octal 220 22 352 46 134 0 10 423 126 61
Binary 10010000 10010 11101010 100110 1011100 0 1000 100010011 1010110 110001

Color Harmonies of #9012EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012EA

Black with #9012EA

Text Example


Text Example

White with #9012EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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