Html Css Color HEX #9016F6 Blue Violet

📋 copy color: '#9016F6'

red 144 ◦ green 22 ◦ blue 246

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

Shades of Blue Violet #9016F6

Tints of Blue Violet #9016F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 59.71%

R = 34.95%
G = 5.34%
B = 59.71%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9016F6 (or 0x9016F6) is known color: Blue Violet. HEX triplet: 90, 16 and F6. RGB value is (144,22,246). Sum of RGB (Red+Green+Blue) = 144+22+246=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #9016F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9016F6 is #6FE909. Grayscale: #535353. Windows color (decimal): -7334154 or 16127632. OLE color: 16127632.

HSL color Cylindrical-coordinate representation of color #9016F6: hue angle of 272.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9016F6 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 22 246 -
CMYK 0.41 0.91 0 0.04
HSL 272.68º 0.93% 0.53% -
HSV(B) 272.68º 0.91% 0.96% -
XYZ 28.42 13.16 88.23 -
YUV 84.01 219.42 170.79 -
System Red Green Blue C M Y K H S L
Decimal 144 22 246 0.41 0.91 0 0.04 272.68 0.93 0.53
Hex 90 16 F6 29 5B 0 4 111 5D 35
Octal 220 26 366 51 133 0 4 421 135 65
Binary 10010000 10110 11110110 101001 1011011 0 100 100010001 1011101 110101

Color Harmonies of #9016F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016F6

Black with #9016F6

Text Example


Text Example

White with #9016F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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