Html Css Color HEX #9884DF Medium Purple

📋 copy color: '#9884DF'

red 152 ◦ green 132 ◦ blue 223

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

Shades of Medium Purple #9884DF

Tints of Medium Purple #9884DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.04%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 29.98%
G = 26.04%
B = 43.98%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9884DF (or 0x9884DF) is known color: Medium Purple. HEX triplet: 98, 84 and DF. RGB value is (152,132,223). Sum of RGB (Red+Green+Blue) = 152+132+223=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #9884DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884DF is #677B20. Grayscale: #949494. Windows color (decimal): -6781729 or 14648472. OLE color: 14648472.

HSL color Cylindrical-coordinate representation of color #9884DF: hue angle of 253.19º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9884DF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 132 223 -
CMYK 0.32 0.41 0 0.13
HSL 253.19º 0.59% 0.7% -
HSV(B) 253.19º 0.41% 0.87% -
XYZ 34.52 28.51 73.49 -
YUV 148.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 152 132 223 0.32 0.41 0 0.13 253.19 0.59 0.7
Hex 98 84 DF 20 29 0 D FD 3B 46
Octal 230 204 337 40 51 0 15 375 73 106
Binary 10011000 10000100 11011111 100000 101001 0 1101 11111101 111011 1000110

Color Harmonies of #9884DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884DF

Black with #9884DF

Text Example


Text Example

White with #9884DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9884DF; }

 p { color: rgb(152,132,223); }

 H1.HeaderClassName
 {
   color: #9884DF;
 }
 .AnyTagClassName
 {
   color: #9884DF;
 }
</style>

background-color css

<style>
 a { background-color: #9884DF; }

 a { background-color: rgb(152,132,223); }

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

border-color css

<style>
 span { border-color: #9884DF; }

 span { border-color: rgb(152,132,223); }

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