Html Css Color HEX #9824DB Blue Violet

📋 copy color: '#9824DB'

red 152 ◦ green 36 ◦ blue 219

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

Shades of Blue Violet #9824DB

Tints of Blue Violet #9824DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.85%

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

R = 37.35%
G = 8.85%
B = 53.81%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9824DB (or 0x9824DB) is known color: Blue Violet. HEX triplet: 98, 24 and DB. RGB value is (152,36,219). Sum of RGB (Red+Green+Blue) = 152+36+219=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #9824DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9824DB is #67DB24. Grayscale: #5A5A5A. Windows color (decimal): -6806309 or 14361752. OLE color: 14361752.

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

Color convert

RGB 152 36 219 -
CMYK 0.31 0.84 0 0.14
HSL 278.03º 0.72% 0.5% -
HSV(B) 278.03º 0.84% 0.86% -
XYZ 26.37 13.05 68.15 -
YUV 91.55 199.93 171.12 -
System Red Green Blue C M Y K H S L
Decimal 152 36 219 0.31 0.84 0 0.14 278.03 0.72 0.5
Hex 98 24 DB 1F 54 0 E 116 48 32
Octal 230 44 333 37 124 0 16 426 110 62
Binary 10011000 100100 11011011 11111 1010100 0 1110 100010110 1001000 110010

Color Harmonies of #9824DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9824DB

Black with #9824DB

Text Example


Text Example

White with #9824DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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