Html Css Color HEX #9D77EA Medium Purple

📋 copy color: '#9D77EA'

red 157 ◦ green 119 ◦ blue 234

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

Shades of Medium Purple #9D77EA

Tints of Medium Purple #9D77EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 30.78%
G = 23.33%
B = 45.88%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D77EA (or 0x9D77EA) is known color: Medium Purple. HEX triplet: 9D, 77 and EA. RGB value is (157,119,234). Sum of RGB (Red+Green+Blue) = 157+119+234=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D77EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D77EA is #628815. Grayscale: #8F8F8F. Windows color (decimal): -6457366 or 15366045. OLE color: 15366045.

HSL color Cylindrical-coordinate representation of color #9D77EA: hue angle of 259.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D77EA is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 119 234 -
CMYK 0.33 0.49 0 0.08
HSL 259.83º 0.73% 0.69% -
HSV(B) 259.83º 0.49% 0.92% -
XYZ 35.35 26.3 81.06 -
YUV 143.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 157 119 234 0.33 0.49 0 0.08 259.83 0.73 0.69
Hex 9D 77 EA 21 31 0 8 104 49 45
Octal 235 167 352 41 61 0 10 404 111 105
Binary 10011101 1110111 11101010 100001 110001 0 1000 100000100 1001001 1000101

Color Harmonies of #9D77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D77EA

Black with #9D77EA

Text Example


Text Example

White with #9D77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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