Html Css Color HEX #9882DA Medium Purple

📋 copy color: '#9882DA'

red 152 ◦ green 130 ◦ blue 218

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

Shades of Medium Purple #9882DA

Tints of Medium Purple #9882DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 30.4%
G = 26%
B = 43.6%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9882DA (or 0x9882DA) is known color: Medium Purple. HEX triplet: 98, 82 and DA. RGB value is (152,130,218). Sum of RGB (Red+Green+Blue) = 152+130+218=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9882DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882DA is #677D25. Grayscale: #929292. Windows color (decimal): -6782246 or 14320280. OLE color: 14320280.

HSL color Cylindrical-coordinate representation of color #9882DA: hue angle of 255º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9882DA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 130 218 -
CMYK 0.30 0.40 0 0.15
HSL 255º 0.54% 0.68% -
HSV(B) 255º 0.4% 0.85% -
XYZ 33.59 27.7 69.91 -
YUV 146.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 152 130 218 0.30 0.40 0 0.15 255 0.54 0.68
Hex 98 82 DA 1E 28 0 F FF 36 44
Octal 230 202 332 36 50 0 17 377 66 104
Binary 10011000 10000010 11011010 11110 101000 0 1111 11111111 110110 1000100

Color Harmonies of #9882DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882DA

Black with #9882DA

Text Example


Text Example

White with #9882DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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