Html Css Color HEX #9820DB Blue Violet

📋 copy color: '#9820DB'

red 152 ◦ green 32 ◦ blue 219

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

Shades of Blue Violet #9820DB

Tints of Blue Violet #9820DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.34%

R = 37.72%
G = 7.94%
B = 54.34%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9820DB (or 0x9820DB) is known color: Blue Violet. HEX triplet: 98, 20 and DB. RGB value is (152,32,219). Sum of RGB (Red+Green+Blue) = 152+32+219=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #9820DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820DB is #67DF24. Grayscale: #585858. Windows color (decimal): -6807333 or 14360728. OLE color: 14360728.

HSL color Cylindrical-coordinate representation of color #9820DB: hue angle of 278.5º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9820DB is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 32 219 -
CMYK 0.31 0.85 0 0.14
HSL 278.5º 0.75% 0.49% -
HSV(B) 278.5º 0.85% 0.86% -
XYZ 26.25 12.82 68.11 -
YUV 89.2 201.26 172.79 -
System Red Green Blue C M Y K H S L
Decimal 152 32 219 0.31 0.85 0 0.14 278.5 0.75 0.49
Hex 98 20 DB 1F 55 0 E 117 4B 31
Octal 230 40 333 37 125 0 16 427 113 61
Binary 10011000 100000 11011011 11111 1010101 0 1110 100010111 1001011 110001

Color Harmonies of #9820DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9820DB

Black with #9820DB

Text Example


Text Example

White with #9820DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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