Html Css Color HEX #9971DD Medium Purple

📋 copy color: '#9971DD'

red 153 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #9971DD

Tints of Medium Purple #9971DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.2%

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

R = 31.42%
G = 23.2%
B = 45.38%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9971DD (or 0x9971DD) is known color: Medium Purple. HEX triplet: 99, 71 and DD. RGB value is (153,113,221). Sum of RGB (Red+Green+Blue) = 153+113+221=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #9971DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971DD is #668E22. Grayscale: #888888. Windows color (decimal): -6721059 or 14512537. OLE color: 14512537.

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

Color convert

RGB 153 113 221 -
CMYK 0.31 0.49 0 0.13
HSL 262.22º 0.61% 0.65% -
HSV(B) 262.22º 0.49% 0.87% -
XYZ 32.09 23.8 71.31 -
YUV 137.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 153 113 221 0.31 0.49 0 0.13 262.22 0.61 0.65
Hex 99 71 DD 1F 31 0 D 106 3D 41
Octal 231 161 335 37 61 0 15 406 75 101
Binary 10011001 1110001 11011101 11111 110001 0 1101 100000110 111101 1000001

Color Harmonies of #9971DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9971DD

Black with #9971DD

Text Example


Text Example

White with #9971DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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