Html Css Color HEX #9686DA Medium Purple

📋 copy color: '#9686DA'

red 150 ◦ green 134 ◦ blue 218

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

Shades of Medium Purple #9686DA

Tints of Medium Purple #9686DA

RGB

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

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

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

R = 29.88%
G = 26.69%
B = 43.43%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9686DA (or 0x9686DA) is known color: Medium Purple. HEX triplet: 96, 86 and DA. RGB value is (150,134,218). Sum of RGB (Red+Green+Blue) = 150+134+218=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #9686DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686DA is #697925. Grayscale: #949494. Windows color (decimal): -6912294 or 14321302. OLE color: 14321302.

HSL color Cylindrical-coordinate representation of color #9686DA: hue angle of 251.43º 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 #9686DA is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 134 218 -
CMYK 0.31 0.39 0 0.15
HSL 251.43º 0.53% 0.69% -
HSV(B) 251.43º 0.39% 0.85% -
XYZ 33.76 28.6 70.07 -
YUV 148.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 150 134 218 0.31 0.39 0 0.15 251.43 0.53 0.69
Hex 96 86 DA 1F 27 0 F FB 35 45
Octal 226 206 332 37 47 0 17 373 65 105
Binary 10010110 10000110 11011010 11111 100111 0 1111 11111011 110101 1000101

Color Harmonies of #9686DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686DA

Black with #9686DA

Text Example


Text Example

White with #9686DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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