Html Css Color HEX #9886D5 Medium Purple

📋 copy color: '#9886D5'

red 152 ◦ green 134 ◦ blue 213

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

Shades of Medium Purple #9886D5

Tints of Medium Purple #9886D5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.85%

 BLUE value IS 213 (83.59% from 255) = 42.69%

R = 30.46%
G = 26.85%
B = 42.69%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9886D5 (or 0x9886D5) is known color: Medium Purple. HEX triplet: 98, 86 and D5. RGB value is (152,134,213). Sum of RGB (Red+Green+Blue) = 152+134+213=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #9886D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886D5 is #67792A. Grayscale: #949494. Windows color (decimal): -6781227 or 13993624. OLE color: 13993624.

HSL color Cylindrical-coordinate representation of color #9886D5: hue angle of 253.67º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9886D5 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 134 213 -
CMYK 0.29 0.37 0 0.16
HSL 253.67º 0.48% 0.68% -
HSV(B) 253.67º 0.37% 0.84% -
XYZ 33.48 28.53 66.69 -
YUV 148.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 152 134 213 0.29 0.37 0 0.16 253.67 0.48 0.68
Hex 98 86 D5 1D 25 0 10 FE 30 44
Octal 230 206 325 35 45 0 20 376 60 104
Binary 10011000 10000110 11010101 11101 100101 0 10000 11111110 110000 1000100

Color Harmonies of #9886D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886D5

Black with #9886D5

Text Example


Text Example

White with #9886D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9886D5; }

 p { color: rgb(152,134,213); }

 H1.HeaderClassName
 {
   color: #9886D5;
 }
 .AnyTagClassName
 {
   color: #9886D5;
 }
</style>

background-color css

<style>
 a { background-color: #9886D5; }

 a { background-color: rgb(152,134,213); }

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

border-color css

<style>
 span { border-color: #9886D5; }

 span { border-color: rgb(152,134,213); }

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