Html Css Color HEX #9871DB Medium Purple

📋 copy color: '#9871DB'

red 152 ◦ green 113 ◦ blue 219

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

Shades of Medium Purple #9871DB

Tints of Medium Purple #9871DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 31.4%
G = 23.35%
B = 45.25%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9871DB (or 0x9871DB) is known color: Medium Purple. HEX triplet: 98, 71 and DB. RGB value is (152,113,219). Sum of RGB (Red+Green+Blue) = 152+113+219=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #9871DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871DB is #678E24. Grayscale: #888888. Windows color (decimal): -6786597 or 14381464. OLE color: 14381464.

HSL color Cylindrical-coordinate representation of color #9871DB: hue angle of 262.08º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9871DB is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 113 219 -
CMYK 0.31 0.48 0 0.14
HSL 262.08º 0.6% 0.65% -
HSV(B) 262.08º 0.48% 0.86% -
XYZ 31.64 23.6 69.91 -
YUV 136.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 152 113 219 0.31 0.48 0 0.14 262.08 0.6 0.65
Hex 98 71 DB 1F 30 0 E 106 3C 41
Octal 230 161 333 37 60 0 16 406 74 101
Binary 10011000 1110001 11011011 11111 110000 0 1110 100000110 111100 1000001

Color Harmonies of #9871DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9871DB

Black with #9871DB

Text Example


Text Example

White with #9871DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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