Html Css Color HEX #9686DD Medium Purple

📋 copy color: '#9686DD'

red 150 ◦ green 134 ◦ blue 221

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

Shades of Medium Purple #9686DD

Tints of Medium Purple #9686DD

RGB

 RED value IS 150 (58.98% from 255) = 29.7%

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 29.7%
G = 26.53%
B = 43.76%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9686DD (or 0x9686DD) is known color: Medium Purple. HEX triplet: 96, 86 and DD. RGB value is (150,134,221). Sum of RGB (Red+Green+Blue) = 150+134+221=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #9686DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686DD is #697922. Grayscale: #949494. Windows color (decimal): -6912291 or 14517910. OLE color: 14517910.

HSL color Cylindrical-coordinate representation of color #9686DD: hue angle of 251.03º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9686DD is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 134 221 -
CMYK 0.32 0.39 0 0.13
HSL 251.03º 0.56% 0.7% -
HSV(B) 251.03º 0.39% 0.87% -
XYZ 34.15 28.75 72.16 -
YUV 148.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 150 134 221 0.32 0.39 0 0.13 251.03 0.56 0.7
Hex 96 86 DD 20 27 0 D FB 38 46
Octal 226 206 335 40 47 0 15 373 70 106
Binary 10010110 10000110 11011101 100000 100111 0 1101 11111011 111000 1000110

Color Harmonies of #9686DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686DD

Black with #9686DD

Text Example


Text Example

White with #9686DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9686DD; }

 p { color: rgb(150,134,221); }

 H1.HeaderClassName
 {
   color: #9686DD;
 }
 .AnyTagClassName
 {
   color: #9686DD;
 }
</style>

background-color css

<style>
 a { background-color: #9686DD; }

 a { background-color: rgb(150,134,221); }

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

border-color css

<style>
 span { border-color: #9686DD; }

 span { border-color: rgb(150,134,221); }

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