Html Css Color HEX #9020DD Blue Violet

📋 copy color: '#9020DD'

red 144 ◦ green 32 ◦ blue 221

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

Shades of Blue Violet #9020DD

Tints of Blue Violet #9020DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 36.27%
G = 8.06%
B = 55.67%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9020DD (or 0x9020DD) is known color: Blue Violet. HEX triplet: 90, 20 and DD. RGB value is (144,32,221). Sum of RGB (Red+Green+Blue) = 144+32+221=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #9020DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9020DD is #6FDF22. Grayscale: #565656. Windows color (decimal): -7331619 or 14491792. OLE color: 14491792.

HSL color Cylindrical-coordinate representation of color #9020DD: hue angle of 275.56º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9020DD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 32 221 -
CMYK 0.35 0.86 0 0.13
HSL 275.56º 0.75% 0.5% -
HSV(B) 275.56º 0.86% 0.87% -
XYZ 25.07 12.18 69.44 -
YUV 87.03 203.61 168.63 -
System Red Green Blue C M Y K H S L
Decimal 144 32 221 0.35 0.86 0 0.13 275.56 0.75 0.5
Hex 90 20 DD 23 56 0 D 114 4B 32
Octal 220 40 335 43 126 0 15 424 113 62
Binary 10010000 100000 11011101 100011 1010110 0 1101 100010100 1001011 110010

Color Harmonies of #9020DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9020DD

Black with #9020DD

Text Example


Text Example

White with #9020DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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