Html Css Color HEX #9986DA Medium Purple

📋 copy color: '#9986DA'

red 153 ◦ green 134 ◦ blue 218

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

Shades of Medium Purple #9986DA

Tints of Medium Purple #9986DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 30.3%
G = 26.53%
B = 43.17%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9986DA (or 0x9986DA) is known color: Medium Purple. HEX triplet: 99, 86 and DA. RGB value is (153,134,218). Sum of RGB (Red+Green+Blue) = 153+134+218=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #9986DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986DA is #667925. Grayscale: #949494. Windows color (decimal): -6715686 or 14321305. OLE color: 14321305.

HSL color Cylindrical-coordinate representation of color #9986DA: hue angle of 253.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9986DA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 134 218 -
CMYK 0.30 0.39 0 0.15
HSL 253.57º 0.53% 0.69% -
HSV(B) 253.57º 0.39% 0.85% -
XYZ 34.32 28.88 70.1 -
YUV 149.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 153 134 218 0.30 0.39 0 0.15 253.57 0.53 0.69
Hex 99 86 DA 1E 27 0 F FE 35 45
Octal 231 206 332 36 47 0 17 376 65 105
Binary 10011001 10000110 11011010 11110 100111 0 1111 11111110 110101 1000101

Color Harmonies of #9986DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9986DA

Black with #9986DA

Text Example


Text Example

White with #9986DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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