Html Css Color HEX #9774DF Medium Purple

📋 copy color: '#9774DF'

red 151 ◦ green 116 ◦ blue 223

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

Shades of Medium Purple #9774DF

Tints of Medium Purple #9774DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

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

R = 30.82%
G = 23.67%
B = 45.51%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9774DF (or 0x9774DF) is known color: Medium Purple. HEX triplet: 97, 74 and DF. RGB value is (151,116,223). Sum of RGB (Red+Green+Blue) = 151+116+223=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9774DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9774DF is #688B20. Grayscale: #8A8A8A. Windows color (decimal): -6851361 or 14644375. OLE color: 14644375.

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

Color convert

RGB 151 116 223 -
CMYK 0.32 0.48 0 0.13
HSL 259.63º 0.63% 0.66% -
HSV(B) 259.63º 0.48% 0.87% -
XYZ 32.33 24.4 72.82 -
YUV 138.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 151 116 223 0.32 0.48 0 0.13 259.63 0.63 0.66
Hex 97 74 DF 20 30 0 D 104 3F 42
Octal 227 164 337 40 60 0 15 404 77 102
Binary 10010111 1110100 11011111 100000 110000 0 1101 100000100 111111 1000010

Color Harmonies of #9774DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9774DF

Black with #9774DF

Text Example


Text Example

White with #9774DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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