Html Css Color HEX #9870DF Medium Purple

📋 copy color: '#9870DF'

red 152 ◦ green 112 ◦ blue 223

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

Shades of Medium Purple #9870DF

Tints of Medium Purple #9870DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23%

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

R = 31.21%
G = 23%
B = 45.79%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9870DF (or 0x9870DF) is known color: Medium Purple. HEX triplet: 98, 70 and DF. RGB value is (152,112,223). Sum of RGB (Red+Green+Blue) = 152+112+223=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #9870DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9870DF is #678F20. Grayscale: #888888. Windows color (decimal): -6786849 or 14643352. OLE color: 14643352.

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

Color convert

RGB 152 112 223 -
CMYK 0.32 0.50 0 0.13
HSL 261.62º 0.63% 0.66% -
HSV(B) 261.62º 0.5% 0.87% -
XYZ 32.06 23.59 72.68 -
YUV 136.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 152 112 223 0.32 0.50 0 0.13 261.62 0.63 0.66
Hex 98 70 DF 20 32 0 D 106 3F 42
Octal 230 160 337 40 62 0 15 406 77 102
Binary 10011000 1110000 11011111 100000 110010 0 1101 100000110 111111 1000010

Color Harmonies of #9870DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9870DF

Black with #9870DF

Text Example


Text Example

White with #9870DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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