Html Css Color HEX #9820DD Blue Violet

📋 copy color: '#9820DD'

red 152 ◦ green 32 ◦ blue 221

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

Shades of Blue Violet #9820DD

Tints of Blue Violet #9820DD

RGB

 RED value IS 152 (59.77% from 255) = 37.53%

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

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

R = 37.53%
G = 7.9%
B = 54.57%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9820DD (or 0x9820DD) is known color: Blue Violet. HEX triplet: 98, 20 and DD. RGB value is (152,32,221). Sum of RGB (Red+Green+Blue) = 152+32+221=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #9820DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820DD is #67DF22. Grayscale: #585858. Windows color (decimal): -6807331 or 14491800. OLE color: 14491800.

HSL color Cylindrical-coordinate representation of color #9820DD: hue angle of 278.1º 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 #9820DD is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 32 221 -
CMYK 0.31 0.86 0 0.13
HSL 278.1º 0.75% 0.5% -
HSV(B) 278.1º 0.86% 0.87% -
XYZ 26.52 12.93 69.5 -
YUV 89.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 152 32 221 0.31 0.86 0 0.13 278.1 0.75 0.5
Hex 98 20 DD 1F 56 0 D 116 4B 32
Octal 230 40 335 37 126 0 15 426 113 62
Binary 10011000 100000 11011101 11111 1010110 0 1101 100010110 1001011 110010

Color Harmonies of #9820DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9820DD

Black with #9820DD

Text Example


Text Example

White with #9820DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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