Html Css Color HEX #9021FA Blue Violet

📋 copy color: '#9021FA'

red 144 ◦ green 33 ◦ blue 250

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

Shades of Blue Violet #9021FA

Tints of Blue Violet #9021FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.73%

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

R = 33.72%
G = 7.73%
B = 58.55%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9021FA (or 0x9021FA) is known color: Blue Violet. HEX triplet: 90, 21 and FA. RGB value is (144,33,250). Sum of RGB (Red+Green+Blue) = 144+33+250=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #9021FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9021FA is #6FDE05. Grayscale: #5A5A5A. Windows color (decimal): -7331334 or 16392592. OLE color: 16392592.

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

Color convert

RGB 144 33 250 -
CMYK 0.42 0.87 0 0.02
HSL 270.69º 0.96% 0.55% -
HSV(B) 270.69º 0.87% 0.98% -
XYZ 29.3 13.92 91.58 -
YUV 90.93 217.77 165.86 -
System Red Green Blue C M Y K H S L
Decimal 144 33 250 0.42 0.87 0 0.02 270.69 0.96 0.55
Hex 90 21 FA 2A 57 0 2 10F 60 37
Octal 220 41 372 52 127 0 2 417 140 67
Binary 10010000 100001 11111010 101010 1010111 0 10 100001111 1100000 110111

Color Harmonies of #9021FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9021FA

Black with #9021FA

Text Example


Text Example

White with #9021FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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