Html Css Color HEX #9886DD Medium Purple

📋 copy color: '#9886DD'

red 152 ◦ green 134 ◦ blue 221

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

Shades of Medium Purple #9886DD

Tints of Medium Purple #9886DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 29.98%
G = 26.43%
B = 43.59%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9886DD (or 0x9886DD) is known color: Medium Purple. HEX triplet: 98, 86 and DD. RGB value is (152,134,221). Sum of RGB (Red+Green+Blue) = 152+134+221=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #9886DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886DD is #677922. Grayscale: #949494. Windows color (decimal): -6781219 or 14517912. OLE color: 14517912.

HSL color Cylindrical-coordinate representation of color #9886DD: hue angle of 252.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9886DD is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 134 221 -
CMYK 0.31 0.39 0 0.13
HSL 252.41º 0.56% 0.7% -
HSV(B) 252.41º 0.39% 0.87% -
XYZ 34.53 28.95 72.17 -
YUV 149.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 152 134 221 0.31 0.39 0 0.13 252.41 0.56 0.7
Hex 98 86 DD 1F 27 0 D FC 38 46
Octal 230 206 335 37 47 0 15 374 70 106
Binary 10011000 10000110 11011101 11111 100111 0 1101 11111100 111000 1000110

Color Harmonies of #9886DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886DD

Black with #9886DD

Text Example


Text Example

White with #9886DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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