Html Css Color HEX #9D76DE Medium Purple

📋 copy color: '#9D76DE'

red 157 ◦ green 118 ◦ blue 222

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

Shades of Medium Purple #9D76DE

Tints of Medium Purple #9D76DE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.74%

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 31.59%
G = 23.74%
B = 44.67%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D76DE (or 0x9D76DE) is known color: Medium Purple. HEX triplet: 9D, 76 and DE. RGB value is (157,118,222). Sum of RGB (Red+Green+Blue) = 157+118+222=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D76DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D76DE is #628921. Grayscale: #8D8D8D. Windows color (decimal): -6457634 or 14579357. OLE color: 14579357.

HSL color Cylindrical-coordinate representation of color #9D76DE: hue angle of 262.5º degrees, saturation: 0.61, 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 #9D76DE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 118 222 -
CMYK 0.29 0.47 0 0.13
HSL 262.5º 0.61% 0.67% -
HSV(B) 262.5º 0.47% 0.87% -
XYZ 33.57 25.4 72.24 -
YUV 141.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 157 118 222 0.29 0.47 0 0.13 262.5 0.61 0.67
Hex 9D 76 DE 1D 2F 0 D 106 3D 43
Octal 235 166 336 35 57 0 15 406 75 103
Binary 10011101 1110110 11011110 11101 101111 0 1101 100000110 111101 1000011

Color Harmonies of #9D76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D76DE

Black with #9D76DE

Text Example


Text Example

White with #9D76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,118,222); }

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

background-color css

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

 a { background-color: rgb(157,118,222); }

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

border-color css

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

 span { border-color: rgb(157,118,222); }

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