Html Css Color HEX #9984DD Medium Purple

📋 copy color: '#9984DD'

red 153 ◦ green 132 ◦ blue 221

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

Shades of Medium Purple #9984DD

Tints of Medium Purple #9984DD

RGB

 RED value IS 153 (60.16% from 255) = 30.24%

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

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

R = 30.24%
G = 26.09%
B = 43.68%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9984DD (or 0x9984DD) is known color: Medium Purple. HEX triplet: 99, 84 and DD. RGB value is (153,132,221). Sum of RGB (Red+Green+Blue) = 153+132+221=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #9984DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984DD is #667B22. Grayscale: #949494. Windows color (decimal): -6716195 or 14517401. OLE color: 14517401.

HSL color Cylindrical-coordinate representation of color #9984DD: hue angle of 254.16º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9984DD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 132 221 -
CMYK 0.31 0.40 0 0.13
HSL 254.16º 0.57% 0.69% -
HSV(B) 254.16º 0.4% 0.87% -
XYZ 34.44 28.5 72.09 -
YUV 148.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 153 132 221 0.31 0.40 0 0.13 254.16 0.57 0.69
Hex 99 84 DD 1F 28 0 D FE 39 45
Octal 231 204 335 37 50 0 15 376 71 105
Binary 10011001 10000100 11011101 11111 101000 0 1101 11111110 111001 1000101

Color Harmonies of #9984DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9984DD

Black with #9984DD

Text Example


Text Example

White with #9984DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,132,221); }

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

background-color css

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

 a { background-color: rgb(153,132,221); }

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

border-color css

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

 span { border-color: rgb(153,132,221); }

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