Html Css Color HEX #9886DA Medium Purple

📋 copy color: '#9886DA'

red 152 ◦ green 134 ◦ blue 218

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

Shades of Medium Purple #9886DA

Tints of Medium Purple #9886DA

RGB

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

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

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

R = 30.16%
G = 26.59%
B = 43.25%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9886DA (or 0x9886DA) is known color: Medium Purple. HEX triplet: 98, 86 and DA. RGB value is (152,134,218). Sum of RGB (Red+Green+Blue) = 152+134+218=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #9886DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886DA is #677925. Grayscale: #949494. Windows color (decimal): -6781222 or 14321304. OLE color: 14321304.

HSL color Cylindrical-coordinate representation of color #9886DA: hue angle of 252.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9886DA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 134 218 -
CMYK 0.30 0.39 0 0.15
HSL 252.86º 0.53% 0.69% -
HSV(B) 252.86º 0.39% 0.85% -
XYZ 34.13 28.79 70.09 -
YUV 148.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 152 134 218 0.30 0.39 0 0.15 252.86 0.53 0.69
Hex 98 86 DA 1E 27 0 F FD 35 45
Octal 230 206 332 36 47 0 17 375 65 105
Binary 10011000 10000110 11011010 11110 100111 0 1111 11111101 110101 1000101

Color Harmonies of #9886DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886DA

Black with #9886DA

Text Example


Text Example

White with #9886DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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