Html Css Color HEX #9016FA Blue Violet

📋 copy color: '#9016FA'

red 144 ◦ green 22 ◦ blue 250

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

Shades of Blue Violet #9016FA

Tints of Blue Violet #9016FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 34.62%
G = 5.29%
B = 60.1%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9016FA (or 0x9016FA) is known color: Blue Violet. HEX triplet: 90, 16 and FA. RGB value is (144,22,250). Sum of RGB (Red+Green+Blue) = 144+22+250=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #9016FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9016FA is #6FE905. Grayscale: #535353. Windows color (decimal): -7334150 or 16389776. OLE color: 16389776.

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

Color convert

RGB 144 22 250 -
CMYK 0.42 0.91 0 0.02
HSL 272.11º 0.96% 0.53% -
HSV(B) 272.11º 0.91% 0.98% -
XYZ 29.04 13.41 91.5 -
YUV 84.47 221.42 170.46 -
System Red Green Blue C M Y K H S L
Decimal 144 22 250 0.42 0.91 0 0.02 272.11 0.96 0.53
Hex 90 16 FA 2A 5B 0 2 110 60 35
Octal 220 26 372 52 133 0 2 420 140 65
Binary 10010000 10110 11111010 101010 1011011 0 10 100010000 1100000 110101

Color Harmonies of #9016FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016FA

Black with #9016FA

Text Example


Text Example

White with #9016FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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