Html Css Color HEX #9885EC Medium Purple

📋 copy color: '#9885EC'

red 152 ◦ green 133 ◦ blue 236

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

Shades of Medium Purple #9885EC

Tints of Medium Purple #9885EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.53%

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

R = 29.17%
G = 25.53%
B = 45.3%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9885EC (or 0x9885EC) is known color: Medium Purple. HEX triplet: 98, 85 and EC. RGB value is (152,133,236). Sum of RGB (Red+Green+Blue) = 152+133+236=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #9885EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9885EC is #677A13. Grayscale: #969696. Windows color (decimal): -6781460 or 15500696. OLE color: 15500696.

HSL color Cylindrical-coordinate representation of color #9885EC: hue angle of 251.07º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9885EC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 133 236 -
CMYK 0.36 0.44 0 0.07
HSL 251.07º 0.73% 0.72% -
HSV(B) 251.07º 0.44% 0.93% -
XYZ 36.48 29.51 83.13 -
YUV 150.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 152 133 236 0.36 0.44 0 0.07 251.07 0.73 0.72
Hex 98 85 EC 24 2C 0 7 FB 49 48
Octal 230 205 354 44 54 0 7 373 111 110
Binary 10011000 10000101 11101100 100100 101100 0 111 11111011 1001001 1001000

Color Harmonies of #9885EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9885EC

Black with #9885EC

Text Example


Text Example

White with #9885EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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