Html Css Color HEX #9872DD Medium Purple

📋 copy color: '#9872DD'

red 152 ◦ green 114 ◦ blue 221

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

Shades of Medium Purple #9872DD

Tints of Medium Purple #9872DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

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

R = 31.21%
G = 23.41%
B = 45.38%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9872DD (or 0x9872DD) is known color: Medium Purple. HEX triplet: 98, 72 and DD. RGB value is (152,114,221). Sum of RGB (Red+Green+Blue) = 152+114+221=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 114 (44.92% from 255 or 23.41% 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 #9872DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872DD is #678D22. Grayscale: #898989. Windows color (decimal): -6786339 or 14512792. OLE color: 14512792.

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

Color convert

RGB 152 114 221 -
CMYK 0.31 0.48 0 0.13
HSL 261.31º 0.61% 0.66% -
HSV(B) 261.31º 0.48% 0.87% -
XYZ 32.02 23.93 71.34 -
YUV 137.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 152 114 221 0.31 0.48 0 0.13 261.31 0.61 0.66
Hex 98 72 DD 1F 30 0 D 105 3D 42
Octal 230 162 335 37 60 0 15 405 75 102
Binary 10011000 1110010 11011101 11111 110000 0 1101 100000101 111101 1000010

Color Harmonies of #9872DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9872DD

Black with #9872DD

Text Example


Text Example

White with #9872DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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