Html Css Color HEX #9D77DF Medium Purple

📋 copy color: '#9D77DF'

red 157 ◦ green 119 ◦ blue 223

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

Shades of Medium Purple #9D77DF

Tints of Medium Purple #9D77DF

RGB

 RED value IS 157 (61.72% from 255) = 31.46%

 GREEN value IS 119 (46.88% from 255) = 23.85%

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

R = 31.46%
G = 23.85%
B = 44.69%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D77DF (or 0x9D77DF) is known color: Medium Purple. HEX triplet: 9D, 77 and DF. RGB value is (157,119,223). Sum of RGB (Red+Green+Blue) = 157+119+223=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D77DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D77DF is #628820. Grayscale: #8D8D8D. Windows color (decimal): -6457377 or 14645149. OLE color: 14645149.

HSL color Cylindrical-coordinate representation of color #9D77DF: hue angle of 261.92º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D77DF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 119 223 -
CMYK 0.30 0.47 0 0.13
HSL 261.92º 0.62% 0.67% -
HSV(B) 261.92º 0.47% 0.87% -
XYZ 33.82 25.69 72.99 -
YUV 142.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 157 119 223 0.30 0.47 0 0.13 261.92 0.62 0.67
Hex 9D 77 DF 1E 2F 0 D 106 3E 43
Octal 235 167 337 36 57 0 15 406 76 103
Binary 10011101 1110111 11011111 11110 101111 0 1101 100000110 111110 1000011

Color Harmonies of #9D77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D77DF

Black with #9D77DF

Text Example


Text Example

White with #9D77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D77DF; }

 p { color: rgb(157,119,223); }

 H1.HeaderClassName
 {
   color: #9D77DF;
 }
 .AnyTagClassName
 {
   color: #9D77DF;
 }
</style>

background-color css

<style>
 a { background-color: #9D77DF; }

 a { background-color: rgb(157,119,223); }

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

border-color css

<style>
 span { border-color: #9D77DF; }

 span { border-color: rgb(157,119,223); }

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