Html Css Color HEX #9882DB Medium Purple

📋 copy color: '#9882DB'

red 152 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #9882DB

Tints of Medium Purple #9882DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.95%

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

R = 30.34%
G = 25.95%
B = 43.71%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9882DB (or 0x9882DB) is known color: Medium Purple. HEX triplet: 98, 82 and DB. RGB value is (152,130,219). Sum of RGB (Red+Green+Blue) = 152+130+219=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #9882DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882DB is #677D24. Grayscale: #929292. Windows color (decimal): -6782245 or 14385816. OLE color: 14385816.

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

Color convert

RGB 152 130 219 -
CMYK 0.31 0.41 0 0.14
HSL 254.83º 0.55% 0.68% -
HSV(B) 254.83º 0.41% 0.86% -
XYZ 33.72 27.76 70.6 -
YUV 146.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 152 130 219 0.31 0.41 0 0.14 254.83 0.55 0.68
Hex 98 82 DB 1F 29 0 E FF 37 44
Octal 230 202 333 37 51 0 16 377 67 104
Binary 10011000 10000010 11011011 11111 101001 0 1110 11111111 110111 1000100

Color Harmonies of #9882DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882DB

Black with #9882DB

Text Example


Text Example

White with #9882DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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