Html Css Color HEX #9870DB Medium Purple

📋 copy color: '#9870DB'

red 152 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #9870DB

Tints of Medium Purple #9870DB

RGB

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

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

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

R = 31.47%
G = 23.19%
B = 45.34%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9870DB (or 0x9870DB) is known color: Medium Purple. HEX triplet: 98, 70 and DB. RGB value is (152,112,219). Sum of RGB (Red+Green+Blue) = 152+112+219=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9870DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9870DB is #678F24. Grayscale: #878787. Windows color (decimal): -6786853 or 14381208. OLE color: 14381208.

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

Color convert

RGB 152 112 219 -
CMYK 0.31 0.49 0 0.14
HSL 262.43º 0.6% 0.65% -
HSV(B) 262.43º 0.49% 0.86% -
XYZ 31.53 23.38 69.87 -
YUV 136.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 152 112 219 0.31 0.49 0 0.14 262.43 0.6 0.65
Hex 98 70 DB 1F 31 0 E 106 3C 41
Octal 230 160 333 37 61 0 16 406 74 101
Binary 10011000 1110000 11011011 11111 110001 0 1110 100000110 111100 1000001

Color Harmonies of #9870DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9870DB

Black with #9870DB

Text Example


Text Example

White with #9870DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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