Html Css Color HEX #9680D9 Medium Purple

📋 copy color: '#9680D9'

red 150 ◦ green 128 ◦ blue 217

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

Shades of Medium Purple #9680D9

Tints of Medium Purple #9680D9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.86%

 BLUE value IS 217 (85.16% from 255) = 43.84%

R = 30.3%
G = 25.86%
B = 43.84%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9680D9 (or 0x9680D9) is known color: Medium Purple. HEX triplet: 96, 80 and D9. RGB value is (150,128,217). Sum of RGB (Red+Green+Blue) = 150+128+217=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #9680D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680D9 is #697F26. Grayscale: #909090. Windows color (decimal): -6913831 or 14254230. OLE color: 14254230.

HSL color Cylindrical-coordinate representation of color #9680D9: hue angle of 254.83º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9680D9 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 128 217 -
CMYK 0.31 0.41 0 0.15
HSL 254.83º 0.54% 0.68% -
HSV(B) 254.83º 0.41% 0.85% -
XYZ 32.82 26.93 69.11 -
YUV 144.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 150 128 217 0.31 0.41 0 0.15 254.83 0.54 0.68
Hex 96 80 D9 1F 29 0 F FF 36 44
Octal 226 200 331 37 51 0 17 377 66 104
Binary 10010110 10000000 11011001 11111 101001 0 1111 11111111 110110 1000100

Color Harmonies of #9680D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680D9

Black with #9680D9

Text Example


Text Example

White with #9680D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9680D9; }

 p { color: rgb(150,128,217); }

 H1.HeaderClassName
 {
   color: #9680D9;
 }
 .AnyTagClassName
 {
   color: #9680D9;
 }
</style>

background-color css

<style>
 a { background-color: #9680D9; }

 a { background-color: rgb(150,128,217); }

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

border-color css

<style>
 span { border-color: #9680D9; }

 span { border-color: rgb(150,128,217); }

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