Html Css Color HEX #9686DF Medium Purple

📋 copy color: '#9686DF'

red 150 ◦ green 134 ◦ blue 223

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

Shades of Medium Purple #9686DF

Tints of Medium Purple #9686DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 29.59%
G = 26.43%
B = 43.98%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9686DF (or 0x9686DF) is known color: Medium Purple. HEX triplet: 96, 86 and DF. RGB value is (150,134,223). Sum of RGB (Red+Green+Blue) = 150+134+223=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #9686DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686DF is #697920. Grayscale: #949494. Windows color (decimal): -6912289 or 14648982. OLE color: 14648982.

HSL color Cylindrical-coordinate representation of color #9686DF: hue angle of 250.79º degrees, saturation: 0.58, 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 #9686DF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 134 223 -
CMYK 0.33 0.40 0 0.13
HSL 250.79º 0.58% 0.7% -
HSV(B) 250.79º 0.4% 0.87% -
XYZ 34.42 28.86 73.57 -
YUV 148.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 150 134 223 0.33 0.40 0 0.13 250.79 0.58 0.7
Hex 96 86 DF 21 28 0 D FB 3A 46
Octal 226 206 337 41 50 0 15 373 72 106
Binary 10010110 10000110 11011111 100001 101000 0 1101 11111011 111010 1000110

Color Harmonies of #9686DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686DF

Black with #9686DF

Text Example


Text Example

White with #9686DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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