Html Css Color HEX #9776DA Medium Purple

📋 copy color: '#9776DA'

red 151 ◦ green 118 ◦ blue 218

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

Shades of Medium Purple #9776DA

Tints of Medium Purple #9776DA

RGB

 RED value IS 151 (59.38% from 255) = 31.01%

 GREEN value IS 118 (46.48% from 255) = 24.23%

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

R = 31.01%
G = 24.23%
B = 44.76%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9776DA (or 0x9776DA) is known color: Medium Purple. HEX triplet: 97, 76 and DA. RGB value is (151,118,218). Sum of RGB (Red+Green+Blue) = 151+118+218=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #9776DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776DA is #688925. Grayscale: #8A8A8A. Windows color (decimal): -6850854 or 14317207. OLE color: 14317207.

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

Color convert

RGB 151 118 218 -
CMYK 0.31 0.46 0 0.15
HSL 259.8º 0.57% 0.66% -
HSV(B) 259.8º 0.46% 0.85% -
XYZ 31.9 24.6 69.4 -
YUV 139.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 151 118 218 0.31 0.46 0 0.15 259.8 0.57 0.66
Hex 97 76 DA 1F 2E 0 F 104 39 42
Octal 227 166 332 37 56 0 17 404 71 102
Binary 10010111 1110110 11011010 11111 101110 0 1111 100000100 111001 1000010

Color Harmonies of #9776DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9776DA

Black with #9776DA

Text Example


Text Example

White with #9776DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,118,218); }

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

background-color css

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

 a { background-color: rgb(151,118,218); }

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

border-color css

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

 span { border-color: rgb(151,118,218); }

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