Html Css Color HEX #9021D6 Blue Violet

📋 copy color: '#9021D6'

red 144 ◦ green 33 ◦ blue 214

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

Shades of Blue Violet #9021D6

Tints of Blue Violet #9021D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.73%

R = 36.83%
G = 8.44%
B = 54.73%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9021D6 (or 0x9021D6) is known color: Blue Violet. HEX triplet: 90, 21 and D6. RGB value is (144,33,214). Sum of RGB (Red+Green+Blue) = 144+33+214=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #9021D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9021D6 is #6FDE29. Grayscale: #565656. Windows color (decimal): -7331370 or 14033296. OLE color: 14033296.

HSL color Cylindrical-coordinate representation of color #9021D6: hue angle of 276.8º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9021D6 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 33 214 -
CMYK 0.33 0.85 0 0.16
HSL 276.8º 0.73% 0.48% -
HSV(B) 276.8º 0.85% 0.84% -
XYZ 24.18 11.87 64.64 -
YUV 86.82 199.77 168.78 -
System Red Green Blue C M Y K H S L
Decimal 144 33 214 0.33 0.85 0 0.16 276.8 0.73 0.48
Hex 90 21 D6 21 55 0 10 115 49 30
Octal 220 41 326 41 125 0 20 425 111 60
Binary 10010000 100001 11010110 100001 1010101 0 10000 100010101 1001001 110000

Color Harmonies of #9021D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9021D6

Black with #9021D6

Text Example


Text Example

White with #9021D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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