Html Css Color HEX #9687DA Medium Purple

📋 copy color: '#9687DA'

red 150 ◦ green 135 ◦ blue 218

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

Shades of Medium Purple #9687DA

Tints of Medium Purple #9687DA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.84%

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

R = 29.82%
G = 26.84%
B = 43.34%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9687DA (or 0x9687DA) is known color: Medium Purple. HEX triplet: 96, 87 and DA. RGB value is (150,135,218). Sum of RGB (Red+Green+Blue) = 150+135+218=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #9687DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687DA is #697825. Grayscale: #949494. Windows color (decimal): -6912038 or 14321558. OLE color: 14321558.

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

Color convert

RGB 150 135 218 -
CMYK 0.31 0.38 0 0.15
HSL 250.84º 0.53% 0.69% -
HSV(B) 250.84º 0.38% 0.85% -
XYZ 33.9 28.87 70.12 -
YUV 148.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 150 135 218 0.31 0.38 0 0.15 250.84 0.53 0.69
Hex 96 87 DA 1F 26 0 F FB 35 45
Octal 226 207 332 37 46 0 17 373 65 105
Binary 10010110 10000111 11011010 11111 100110 0 1111 11111011 110101 1000101

Color Harmonies of #9687DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9687DA

Black with #9687DA

Text Example


Text Example

White with #9687DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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