Html Css Color HEX #9828DB Blue Violet

📋 copy color: '#9828DB'

red 152 ◦ green 40 ◦ blue 219

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

Shades of Blue Violet #9828DB

Tints of Blue Violet #9828DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.73%

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

R = 36.98%
G = 9.73%
B = 53.28%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9828DB (or 0x9828DB) is known color: Blue Violet. HEX triplet: 98, 28 and DB. RGB value is (152,40,219). Sum of RGB (Red+Green+Blue) = 152+40+219=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #9828DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9828DB is #67D724. Grayscale: #5D5D5D. Windows color (decimal): -6805285 or 14362776. OLE color: 14362776.

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

Color convert

RGB 152 40 219 -
CMYK 0.31 0.82 0 0.14
HSL 277.54º 0.71% 0.51% -
HSV(B) 277.54º 0.82% 0.86% -
XYZ 26.49 13.31 68.19 -
YUV 93.89 198.61 169.45 -
System Red Green Blue C M Y K H S L
Decimal 152 40 219 0.31 0.82 0 0.14 277.54 0.71 0.51
Hex 98 28 DB 1F 52 0 E 116 47 33
Octal 230 50 333 37 122 0 16 426 107 63
Binary 10011000 101000 11011011 11111 1010010 0 1110 100010110 1000111 110011

Color Harmonies of #9828DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9828DB

Black with #9828DB

Text Example


Text Example

White with #9828DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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