Html Css Color HEX #9882DC Medium Purple

📋 copy color: '#9882DC'

red 152 ◦ green 130 ◦ blue 220

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

Shades of Medium Purple #9882DC

Tints of Medium Purple #9882DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 30.28%
G = 25.9%
B = 43.82%

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

#9882DC (or 0x9882DC) is known color: Medium Purple. HEX triplet: 98, 82 and DC. RGB value is (152,130,220). Sum of RGB (Red+Green+Blue) = 152+130+220=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9882DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882DC is #677D23. Grayscale: #929292. Windows color (decimal): -6782244 or 14451352. OLE color: 14451352.

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

Color convert

RGB 152 130 220 -
CMYK 0.31 0.41 0 0.14
HSL 254.67º 0.56% 0.69% -
HSV(B) 254.67º 0.41% 0.86% -
XYZ 33.85 27.81 71.29 -
YUV 146.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 152 130 220 0.31 0.41 0 0.14 254.67 0.56 0.69
Hex 98 82 DC 1F 29 0 E FF 38 45
Octal 230 202 334 37 51 0 16 377 70 105
Binary 10011000 10000010 11011100 11111 101001 0 1110 11111111 111000 1000101

Color Harmonies of #9882DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882DC

Black with #9882DC

Text Example


Text Example

White with #9882DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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