Html Css Color HEX #9872DF Medium Purple

📋 copy color: '#9872DF'

red 152 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #9872DF

Tints of Medium Purple #9872DF

RGB

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

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

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

R = 31.08%
G = 23.31%
B = 45.6%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9872DF (or 0x9872DF) is known color: Medium Purple. HEX triplet: 98, 72 and DF. RGB value is (152,114,223). Sum of RGB (Red+Green+Blue) = 152+114+223=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9872DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872DF is #678D20. Grayscale: #898989. Windows color (decimal): -6786337 or 14643864. OLE color: 14643864.

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

Color convert

RGB 152 114 223 -
CMYK 0.32 0.49 0 0.13
HSL 260.92º 0.63% 0.66% -
HSV(B) 260.92º 0.49% 0.87% -
XYZ 32.29 24.04 72.75 -
YUV 137.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 152 114 223 0.32 0.49 0 0.13 260.92 0.63 0.66
Hex 98 72 DF 20 31 0 D 105 3F 42
Octal 230 162 337 40 61 0 15 405 77 102
Binary 10011000 1110010 11011111 100000 110001 0 1101 100000101 111111 1000010

Color Harmonies of #9872DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9872DF

Black with #9872DF

Text Example


Text Example

White with #9872DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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