Html Css Color HEX #9016EC Blue Violet

📋 copy color: '#9016EC'

red 144 ◦ green 22 ◦ blue 236

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

Shades of Blue Violet #9016EC

Tints of Blue Violet #9016EC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.47%

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 35.82%
G = 5.47%
B = 58.71%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9016EC (or 0x9016EC) is known color: Blue Violet. HEX triplet: 90, 16 and EC. RGB value is (144,22,236). Sum of RGB (Red+Green+Blue) = 144+22+236=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #9016EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9016EC is #6FE913. Grayscale: #525252. Windows color (decimal): -7334164 or 15472272. OLE color: 15472272.

HSL color Cylindrical-coordinate representation of color #9016EC: hue angle of 274.21º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9016EC is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 22 236 -
CMYK 0.39 0.91 0 0.07
HSL 274.21º 0.85% 0.51% -
HSV(B) 274.21º 0.91% 0.93% -
XYZ 26.93 12.56 80.36 -
YUV 82.87 214.42 171.6 -
System Red Green Blue C M Y K H S L
Decimal 144 22 236 0.39 0.91 0 0.07 274.21 0.85 0.51
Hex 90 16 EC 27 5B 0 7 112 55 33
Octal 220 26 354 47 133 0 7 422 125 63
Binary 10010000 10110 11101100 100111 1011011 0 111 100010010 1010101 110011

Color Harmonies of #9016EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016EC

Black with #9016EC

Text Example


Text Example

White with #9016EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9016EC; }

 p { color: rgb(144,22,236); }

 H1.HeaderClassName
 {
   color: #9016EC;
 }
 .AnyTagClassName
 {
   color: #9016EC;
 }
</style>

background-color css

<style>
 a { background-color: #9016EC; }

 a { background-color: rgb(144,22,236); }

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

border-color css

<style>
 span { border-color: #9016EC; }

 span { border-color: rgb(144,22,236); }

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