Html Css Color HEX #9871DD Medium Purple

📋 copy color: '#9871DD'

red 152 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #9871DD

Tints of Medium Purple #9871DD

RGB

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

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

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

R = 31.28%
G = 23.25%
B = 45.47%

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

#9871DD (or 0x9871DD) is known color: Medium Purple. HEX triplet: 98, 71 and DD. RGB value is (152,113,221). Sum of RGB (Red+Green+Blue) = 152+113+221=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9871DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871DD is #678E22. Grayscale: #888888. Windows color (decimal): -6786595 or 14512536. OLE color: 14512536.

HSL color Cylindrical-coordinate representation of color #9871DD: hue angle of 261.67º 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 #9871DD is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 113 221 -
CMYK 0.31 0.49 0 0.13
HSL 261.67º 0.61% 0.65% -
HSV(B) 261.67º 0.49% 0.87% -
XYZ 31.91 23.71 71.3 -
YUV 136.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 152 113 221 0.31 0.49 0 0.13 261.67 0.61 0.65
Hex 98 71 DD 1F 31 0 D 106 3D 41
Octal 230 161 335 37 61 0 15 406 75 101
Binary 10011000 1110001 11011101 11111 110001 0 1101 100000110 111101 1000001

Color Harmonies of #9871DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9871DD

Black with #9871DD

Text Example


Text Example

White with #9871DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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