Html Css Color HEX #9011FA Blue Violet

📋 copy color: '#9011FA'

red 144 ◦ green 17 ◦ blue 250

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

Shades of Blue Violet #9011FA

Tints of Blue Violet #9011FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.14%

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

R = 35.04%
G = 4.14%
B = 60.83%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9011FA (or 0x9011FA) is known color: Blue Violet. HEX triplet: 90, 11 and FA. RGB value is (144,17,250). Sum of RGB (Red+Green+Blue) = 144+17+250=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #9011FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9011FA is #6FEE05. Grayscale: #505050. Windows color (decimal): -7335430 or 16388496. OLE color: 16388496.

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

Color convert

RGB 144 17 250 -
CMYK 0.42 0.93 0 0.02
HSL 272.7º 0.96% 0.52% -
HSV(B) 272.7º 0.93% 0.98% -
XYZ 28.96 13.23 91.47 -
YUV 81.54 223.08 172.55 -
System Red Green Blue C M Y K H S L
Decimal 144 17 250 0.42 0.93 0 0.02 272.7 0.96 0.52
Hex 90 11 FA 2A 5D 0 2 111 60 34
Octal 220 21 372 52 135 0 2 421 140 64
Binary 10010000 10001 11111010 101010 1011101 0 10 100010001 1100000 110100

Color Harmonies of #9011FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9011FA

Black with #9011FA

Text Example


Text Example

White with #9011FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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