Html Css Color HEX #9875EC Medium Purple

📋 copy color: '#9875EC'

red 152 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #9875EC

Tints of Medium Purple #9875EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.17%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 30.1%
G = 23.17%
B = 46.73%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9875EC (or 0x9875EC) is known color: Medium Purple. HEX triplet: 98, 75 and EC. RGB value is (152,117,236). Sum of RGB (Red+Green+Blue) = 152+117+236=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #9875EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9875EC is #678A13. Grayscale: #8C8C8C. Windows color (decimal): -6785556 or 15496600. OLE color: 15496600.

HSL color Cylindrical-coordinate representation of color #9875EC: hue angle of 257.65º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9875EC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 117 236 -
CMYK 0.36 0.50 0 0.07
HSL 257.65º 0.76% 0.69% -
HSV(B) 257.65º 0.5% 0.93% -
XYZ 34.45 25.45 82.45 -
YUV 141.03 181.6 135.82 -
System Red Green Blue C M Y K H S L
Decimal 152 117 236 0.36 0.50 0 0.07 257.65 0.76 0.69
Hex 98 75 EC 24 32 0 7 102 4C 45
Octal 230 165 354 44 62 0 7 402 114 105
Binary 10011000 1110101 11101100 100100 110010 0 111 100000010 1001100 1000101

Color Harmonies of #9875EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875EC

Black with #9875EC

Text Example


Text Example

White with #9875EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9875EC; }

 p { color: rgb(152,117,236); }

 H1.HeaderClassName
 {
   color: #9875EC;
 }
 .AnyTagClassName
 {
   color: #9875EC;
 }
</style>

background-color css

<style>
 a { background-color: #9875EC; }

 a { background-color: rgb(152,117,236); }

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

border-color css

<style>
 span { border-color: #9875EC; }

 span { border-color: rgb(152,117,236); }

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