Html Css Color HEX #9772DF Medium Purple

📋 copy color: '#9772DF'

red 151 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #9772DF

Tints of Medium Purple #9772DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 30.94%
G = 23.36%
B = 45.7%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9772DF (or 0x9772DF) is known color: Medium Purple. HEX triplet: 97, 72 and DF. RGB value is (151,114,223). Sum of RGB (Red+Green+Blue) = 151+114+223=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #9772DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9772DF is #688D20. Grayscale: #898989. Windows color (decimal): -6851873 or 14643863. OLE color: 14643863.

HSL color Cylindrical-coordinate representation of color #9772DF: hue angle of 260.37º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9772DF is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 114 223 -
CMYK 0.32 0.49 0 0.13
HSL 260.37º 0.63% 0.66% -
HSV(B) 260.37º 0.49% 0.87% -
XYZ 32.1 23.94 72.74 -
YUV 137.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 151 114 223 0.32 0.49 0 0.13 260.37 0.63 0.66
Hex 97 72 DF 20 31 0 D 104 3F 42
Octal 227 162 337 40 61 0 15 404 77 102
Binary 10010111 1110010 11011111 100000 110001 0 1101 100000100 111111 1000010

Color Harmonies of #9772DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9772DF

Black with #9772DF

Text Example


Text Example

White with #9772DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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