Html Css Color HEX #9687DB Medium Purple

📋 copy color: '#9687DB'

red 150 ◦ green 135 ◦ blue 219

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

Shades of Medium Purple #9687DB

Tints of Medium Purple #9687DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 29.76%
G = 26.79%
B = 43.45%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9687DB (or 0x9687DB) is known color: Medium Purple. HEX triplet: 96, 87 and DB. RGB value is (150,135,219). Sum of RGB (Red+Green+Blue) = 150+135+219=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #9687DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687DB is #697824. Grayscale: #949494. Windows color (decimal): -6912037 or 14387094. OLE color: 14387094.

HSL color Cylindrical-coordinate representation of color #9687DB: hue angle of 250.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9687DB is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 135 219 -
CMYK 0.32 0.38 0 0.14
HSL 250.71º 0.54% 0.69% -
HSV(B) 250.71º 0.38% 0.86% -
XYZ 34.03 28.93 70.81 -
YUV 149.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 150 135 219 0.32 0.38 0 0.14 250.71 0.54 0.69
Hex 96 87 DB 20 26 0 E FB 36 45
Octal 226 207 333 40 46 0 16 373 66 105
Binary 10010110 10000111 11011011 100000 100110 0 1110 11111011 110110 1000101

Color Harmonies of #9687DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9687DB

Black with #9687DB

Text Example


Text Example

White with #9687DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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