Html Css Color HEX #9772DA Medium Purple

📋 copy color: '#9772DA'

red 151 ◦ green 114 ◦ blue 218

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

Shades of Medium Purple #9772DA

Tints of Medium Purple #9772DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.6%

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

R = 31.26%
G = 23.6%
B = 45.13%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9772DA (or 0x9772DA) is known color: Medium Purple. HEX triplet: 97, 72 and DA. RGB value is (151,114,218). Sum of RGB (Red+Green+Blue) = 151+114+218=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #9772DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9772DA is #688D25. Grayscale: #888888. Windows color (decimal): -6851878 or 14316183. OLE color: 14316183.

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

Color convert

RGB 151 114 218 -
CMYK 0.31 0.48 0 0.15
HSL 261.35º 0.58% 0.65% -
HSV(B) 261.35º 0.48% 0.85% -
XYZ 31.43 23.68 69.24 -
YUV 136.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 151 114 218 0.31 0.48 0 0.15 261.35 0.58 0.65
Hex 97 72 DA 1F 30 0 F 105 3A 41
Octal 227 162 332 37 60 0 17 405 72 101
Binary 10010111 1110010 11011010 11111 110000 0 1111 100000101 111010 1000001

Color Harmonies of #9772DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9772DA

Black with #9772DA

Text Example


Text Example

White with #9772DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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