Html Css Color HEX #9878DB Medium Purple

📋 copy color: '#9878DB'

red 152 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #9878DB

Tints of Medium Purple #9878DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.44%

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

R = 30.96%
G = 24.44%
B = 44.6%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9878DB (or 0x9878DB) is known color: Medium Purple. HEX triplet: 98, 78 and DB. RGB value is (152,120,219). Sum of RGB (Red+Green+Blue) = 152+120+219=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #9878DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9878DB is #678724. Grayscale: #8C8C8C. Windows color (decimal): -6784805 or 14383256. OLE color: 14383256.

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

Color convert

RGB 152 120 219 -
CMYK 0.31 0.45 0 0.14
HSL 259.39º 0.58% 0.66% -
HSV(B) 259.39º 0.45% 0.86% -
XYZ 32.45 25.22 70.18 -
YUV 140.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 152 120 219 0.31 0.45 0 0.14 259.39 0.58 0.66
Hex 98 78 DB 1F 2D 0 E 103 3A 42
Octal 230 170 333 37 55 0 16 403 72 102
Binary 10011000 1111000 11011011 11111 101101 0 1110 100000011 111010 1000010

Color Harmonies of #9878DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9878DB

Black with #9878DB

Text Example


Text Example

White with #9878DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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