Html Css Color HEX #9878DD Medium Purple

📋 copy color: '#9878DD'

red 152 ◦ green 120 ◦ blue 221

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

Shades of Medium Purple #9878DD

Tints of Medium Purple #9878DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 30.83%
G = 24.34%
B = 44.83%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9878DD (or 0x9878DD) is known color: Medium Purple. HEX triplet: 98, 78 and DD. RGB value is (152,120,221). Sum of RGB (Red+Green+Blue) = 152+120+221=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #9878DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9878DD is #678722. Grayscale: #8C8C8C. Windows color (decimal): -6784803 or 14514328. OLE color: 14514328.

HSL color Cylindrical-coordinate representation of color #9878DD: hue angle of 259.01º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9878DD is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 120 221 -
CMYK 0.31 0.46 0 0.13
HSL 259.01º 0.6% 0.67% -
HSV(B) 259.01º 0.46% 0.87% -
XYZ 32.72 25.33 71.57 -
YUV 141.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 152 120 221 0.31 0.46 0 0.13 259.01 0.6 0.67
Hex 98 78 DD 1F 2E 0 D 103 3C 43
Octal 230 170 335 37 56 0 15 403 74 103
Binary 10011000 1111000 11011101 11111 101110 0 1101 100000011 111100 1000011

Color Harmonies of #9878DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9878DD

Black with #9878DD

Text Example


Text Example

White with #9878DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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