Html Css Color HEX #9D76DB Medium Purple

📋 copy color: '#9D76DB'

red 157 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #9D76DB

Tints of Medium Purple #9D76DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 31.78%
G = 23.89%
B = 44.33%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D76DB (or 0x9D76DB) is known color: Medium Purple. HEX triplet: 9D, 76 and DB. RGB value is (157,118,219). Sum of RGB (Red+Green+Blue) = 157+118+219=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D76DB is #628924. Grayscale: #8C8C8C. Windows color (decimal): -6457637 or 14382749. OLE color: 14382749.

HSL color Cylindrical-coordinate representation of color #9D76DB: hue angle of 263.17º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D76DB is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 118 219 -
CMYK 0.28 0.46 0 0.14
HSL 263.17º 0.58% 0.66% -
HSV(B) 263.17º 0.46% 0.86% -
XYZ 33.17 25.24 70.14 -
YUV 141.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 157 118 219 0.28 0.46 0 0.14 263.17 0.58 0.66
Hex 9D 76 DB 1C 2E 0 E 107 3A 42
Octal 235 166 333 34 56 0 16 407 72 102
Binary 10011101 1110110 11011011 11100 101110 0 1110 100000111 111010 1000010

Color Harmonies of #9D76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D76DB

Black with #9D76DB

Text Example


Text Example

White with #9D76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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