Html Css Color HEX #9016FF Blue Violet

📋 copy color: '#9016FF'

red 144 ◦ green 22 ◦ blue 255

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

Shades of Blue Violet #9016FF

Tints of Blue Violet #9016FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.57%

R = 34.2%
G = 5.23%
B = 60.57%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9016FF (or 0x9016FF) is known color: Blue Violet. HEX triplet: 90, 16 and FF. RGB value is (144,22,255). Sum of RGB (Red+Green+Blue) = 144+22+255=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #9016FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9016FF is #6FE900. Grayscale: #545454. Windows color (decimal): -7334145 or 16717456. OLE color: 16717456.

HSL color Cylindrical-coordinate representation of color #9016FF: hue angle of 271.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9016FF is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 144 22 255 -
CMYK 0.44 0.91 0 0
HSL 271.42º 1% 0.54% -
HSV(B) 271.42º 0.91% 1% -
XYZ 29.84 13.72 95.68 -
YUV 85.04 223.92 170.05 -
System Red Green Blue C M Y K H S L
Decimal 144 22 255 0.44 0.91 0 0 271.42 1 0.54
Hex 90 16 FF 2C 5B 0 0 10F 64 36
Octal 220 26 377 54 133 0 0 417 144 66
Binary 10010000 10110 11111111 101100 1011011 0 0 100001111 1100100 110110

Color Harmonies of #9016FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016FF

Black with #9016FF

Text Example


Text Example

White with #9016FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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