Html Css Color HEX #9020FA Blue Violet

📋 copy color: '#9020FA'

red 144 ◦ green 32 ◦ blue 250

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

Shades of Blue Violet #9020FA

Tints of Blue Violet #9020FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.51%

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

R = 33.8%
G = 7.51%
B = 58.69%

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

#9020FA (or 0x9020FA) is known color: Blue Violet. HEX triplet: 90, 20 and FA. RGB value is (144,32,250). Sum of RGB (Red+Green+Blue) = 144+32+250=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #9020FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9020FA is #6FDF05. Grayscale: #595959. Windows color (decimal): -7331590 or 16392336. OLE color: 16392336.

HSL color Cylindrical-coordinate representation of color #9020FA: hue angle of 270.83º 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 #9020FA is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 32 250 -
CMYK 0.42 0.87 0 0.02
HSL 270.83º 0.96% 0.55% -
HSV(B) 270.83º 0.87% 0.98% -
XYZ 29.27 13.86 91.58 -
YUV 90.34 218.11 166.27 -
System Red Green Blue C M Y K H S L
Decimal 144 32 250 0.42 0.87 0 0.02 270.83 0.96 0.55
Hex 90 20 FA 2A 57 0 2 10F 60 37
Octal 220 40 372 52 127 0 2 417 140 67
Binary 10010000 100000 11111010 101010 1010111 0 10 100001111 1100000 110111

Color Harmonies of #9020FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9020FA

Black with #9020FA

Text Example


Text Example

White with #9020FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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