Html Css Color HEX #9D8AE1 Medium Purple

📋 copy color: '#9D8AE1'

red 157 ◦ green 138 ◦ blue 225

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

Shades of Medium Purple #9D8AE1

Tints of Medium Purple #9D8AE1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.54%

 BLUE value IS 225 (88.28% from 255) = 43.27%

R = 30.19%
G = 26.54%
B = 43.27%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9D8AE1 (or 0x9D8AE1) is known color: Medium Purple. HEX triplet: 9D, 8A and E1. RGB value is (157,138,225). Sum of RGB (Red+Green+Blue) = 157+138+225=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D8AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8AE1 is #62751E. Grayscale: #999999. Windows color (decimal): -6452511 or 14781085. OLE color: 14781085.

HSL color Cylindrical-coordinate representation of color #9D8AE1: hue angle of 253.1º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D8AE1 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 138 225 -
CMYK 0.30 0.39 0 0.12
HSL 253.1º 0.59% 0.71% -
HSV(B) 253.1º 0.39% 0.88% -
XYZ 36.58 30.78 75.25 -
YUV 153.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 157 138 225 0.30 0.39 0 0.12 253.1 0.59 0.71
Hex 9D 8A E1 1E 27 0 C FD 3B 47
Octal 235 212 341 36 47 0 14 375 73 107
Binary 10011101 10001010 11100001 11110 100111 0 1100 11111101 111011 1000111

Color Harmonies of #9D8AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8AE1

Black with #9D8AE1

Text Example


Text Example

White with #9D8AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,225); }

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

background-color css

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

 a { background-color: rgb(157,138,225); }

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

border-color css

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

 span { border-color: rgb(157,138,225); }

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