Html Css Color HEX #9986EE Medium Purple

📋 copy color: '#9986EE'

red 153 ◦ green 134 ◦ blue 238

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

Shades of Medium Purple #9986EE

Tints of Medium Purple #9986EE

RGB

 RED value IS 153 (60.16% from 255) = 29.14%

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 29.14%
G = 25.52%
B = 45.33%

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

#9986EE (or 0x9986EE) is known color: Medium Purple. HEX triplet: 99, 86 and EE. RGB value is (153,134,238). Sum of RGB (Red+Green+Blue) = 153+134+238=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #9986EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9986EE is #667911. Grayscale: #979797. Windows color (decimal): -6715666 or 15632025. OLE color: 15632025.

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

Color convert

RGB 153 134 238 -
CMYK 0.36 0.44 0 0.07
HSL 250.96º 0.75% 0.73% -
HSV(B) 250.96º 0.44% 0.93% -
XYZ 37.09 30 84.72 -
YUV 151.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 153 134 238 0.36 0.44 0 0.07 250.96 0.75 0.73
Hex 99 86 EE 24 2C 0 7 FB 4B 49
Octal 231 206 356 44 54 0 7 373 113 111
Binary 10011001 10000110 11101110 100100 101100 0 111 11111011 1001011 1001001

Color Harmonies of #9986EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9986EE

Black with #9986EE

Text Example


Text Example

White with #9986EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9986EE; }

 p { color: rgb(153,134,238); }

 H1.HeaderClassName
 {
   color: #9986EE;
 }
 .AnyTagClassName
 {
   color: #9986EE;
 }
</style>

background-color css

<style>
 a { background-color: #9986EE; }

 a { background-color: rgb(153,134,238); }

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

border-color css

<style>
 span { border-color: #9986EE; }

 span { border-color: rgb(153,134,238); }

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