Html Css Color HEX #9878EA Medium Purple

📋 copy color: '#9878EA'

red 152 ◦ green 120 ◦ blue 234

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

Shades of Medium Purple #9878EA

Tints of Medium Purple #9878EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 30.04%
G = 23.72%
B = 46.25%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9878EA (or 0x9878EA) is known color: Medium Purple. HEX triplet: 98, 78 and EA. RGB value is (152,120,234). Sum of RGB (Red+Green+Blue) = 152+120+234=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #9878EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9878EA is #678715. Grayscale: #8E8E8E. Windows color (decimal): -6784790 or 15366296. OLE color: 15366296.

HSL color Cylindrical-coordinate representation of color #9878EA: hue angle of 256.84º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9878EA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 120 234 -
CMYK 0.35 0.49 0 0.08
HSL 256.84º 0.73% 0.69% -
HSV(B) 256.84º 0.49% 0.92% -
XYZ 34.52 26.05 81.05 -
YUV 142.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 152 120 234 0.35 0.49 0 0.08 256.84 0.73 0.69
Hex 98 78 EA 23 31 0 8 101 49 45
Octal 230 170 352 43 61 0 10 401 111 105
Binary 10011000 1111000 11101010 100011 110001 0 1000 100000001 1001001 1000101

Color Harmonies of #9878EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9878EA

Black with #9878EA

Text Example


Text Example

White with #9878EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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