Html Css Color HEX #9D7DDE Medium Purple

📋 copy color: '#9D7DDE'

red 157 ◦ green 125 ◦ blue 222

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

Shades of Medium Purple #9D7DDE

Tints of Medium Purple #9D7DDE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.8%

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

R = 31.15%
G = 24.8%
B = 44.05%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D7DDE (or 0x9D7DDE) is known color: Medium Purple. HEX triplet: 9D, 7D and DE. RGB value is (157,125,222). Sum of RGB (Red+Green+Blue) = 157+125+222=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D7DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DDE is #628221. Grayscale: #919191. Windows color (decimal): -6455842 or 14581149. OLE color: 14581149.

HSL color Cylindrical-coordinate representation of color #9D7DDE: hue angle of 259.79º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D7DDE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 125 222 -
CMYK 0.29 0.44 0 0.13
HSL 259.79º 0.6% 0.68% -
HSV(B) 259.79º 0.44% 0.87% -
XYZ 34.42 27.11 72.53 -
YUV 145.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 157 125 222 0.29 0.44 0 0.13 259.79 0.6 0.68
Hex 9D 7D DE 1D 2C 0 D 104 3C 44
Octal 235 175 336 35 54 0 15 404 74 104
Binary 10011101 1111101 11011110 11101 101100 0 1101 100000100 111100 1000100

Color Harmonies of #9D7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7DDE

Black with #9D7DDE

Text Example


Text Example

White with #9D7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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