Html Css Color HEX #9986DE Medium Purple

📋 copy color: '#9986DE'

red 153 ◦ green 134 ◦ blue 222

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

Shades of Medium Purple #9986DE

Tints of Medium Purple #9986DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 30.06%
G = 26.33%
B = 43.61%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9986DE (or 0x9986DE) is known color: Medium Purple. HEX triplet: 99, 86 and DE. RGB value is (153,134,222). Sum of RGB (Red+Green+Blue) = 153+134+222=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #9986DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986DE is #667921. Grayscale: #959595. Windows color (decimal): -6715682 or 14583449. OLE color: 14583449.

HSL color Cylindrical-coordinate representation of color #9986DE: hue angle of 252.95º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9986DE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 134 222 -
CMYK 0.31 0.40 0 0.13
HSL 252.95º 0.57% 0.7% -
HSV(B) 252.95º 0.4% 0.87% -
XYZ 34.85 29.1 72.89 -
YUV 149.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 153 134 222 0.31 0.40 0 0.13 252.95 0.57 0.7
Hex 99 86 DE 1F 28 0 D FD 39 46
Octal 231 206 336 37 50 0 15 375 71 106
Binary 10011001 10000110 11011110 11111 101000 0 1101 11111101 111001 1000110

Color Harmonies of #9986DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9986DE

Black with #9986DE

Text Example


Text Example

White with #9986DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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