Html Css Color HEX #9886EF Medium Purple

📋 copy color: '#9886EF'

red 152 ◦ green 134 ◦ blue 239

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

Shades of Medium Purple #9886EF

Tints of Medium Purple #9886EF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.52%

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 28.95%
G = 25.52%
B = 45.52%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9886EF (or 0x9886EF) is known color: Medium Purple. HEX triplet: 98, 86 and EF. RGB value is (152,134,239). Sum of RGB (Red+Green+Blue) = 152+134+239=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #9886EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9886EF is #677910. Grayscale: #969696. Windows color (decimal): -6781201 or 15697560. OLE color: 15697560.

HSL color Cylindrical-coordinate representation of color #9886EF: hue angle of 250.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9886EF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 134 239 -
CMYK 0.36 0.44 0 0.06
HSL 250.29º 0.77% 0.73% -
HSV(B) 250.29º 0.44% 0.94% -
XYZ 37.05 29.96 85.49 -
YUV 151.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 152 134 239 0.36 0.44 0 0.06 250.29 0.77 0.73
Hex 98 86 EF 24 2C 0 6 FA 4D 49
Octal 230 206 357 44 54 0 6 372 115 111
Binary 10011000 10000110 11101111 100100 101100 0 110 11111010 1001101 1001001

Color Harmonies of #9886EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886EF

Black with #9886EF

Text Example


Text Example

White with #9886EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9886EF; }

 p { color: rgb(152,134,239); }

 H1.HeaderClassName
 {
   color: #9886EF;
 }
 .AnyTagClassName
 {
   color: #9886EF;
 }
</style>

background-color css

<style>
 a { background-color: #9886EF; }

 a { background-color: rgb(152,134,239); }

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

border-color css

<style>
 span { border-color: #9886EF; }

 span { border-color: rgb(152,134,239); }

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