Html Css Color HEX #9021F9 Blue Violet

📋 copy color: '#9021F9'

red 144 ◦ green 33 ◦ blue 249

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

Shades of Blue Violet #9021F9

Tints of Blue Violet #9021F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.45%

R = 33.8%
G = 7.75%
B = 58.45%

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

#9021F9 (or 0x9021F9) is known color: Blue Violet. HEX triplet: 90, 21 and F9. RGB value is (144,33,249). Sum of RGB (Red+Green+Blue) = 144+33+249=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #9021F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9021F9 is #6FDE06. Grayscale: #5A5A5A. Windows color (decimal): -7331335 or 16327056. OLE color: 16327056.

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

Color convert

RGB 144 33 249 -
CMYK 0.42 0.87 0 0.02
HSL 270.83º 0.95% 0.55% -
HSV(B) 270.83º 0.87% 0.98% -
XYZ 29.14 13.86 90.76 -
YUV 90.81 217.27 165.94 -
System Red Green Blue C M Y K H S L
Decimal 144 33 249 0.42 0.87 0 0.02 270.83 0.95 0.55
Hex 90 21 F9 2A 57 0 2 10F 5F 37
Octal 220 41 371 52 127 0 2 417 137 67
Binary 10010000 100001 11111001 101010 1010111 0 10 100001111 1011111 110111

Color Harmonies of #9021F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9021F9

Black with #9021F9

Text Example


Text Example

White with #9021F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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