Html Css Color HEX #9D81D7 Medium Purple

📋 copy color: '#9D81D7'

red 157 ◦ green 129 ◦ blue 215

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

Shades of Medium Purple #9D81D7

Tints of Medium Purple #9D81D7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.75%

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 31.34%
G = 25.75%
B = 42.91%

CMYK

 C value IS 0.27

 M value IS 0.4

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9D81D7 (or 0x9D81D7) is known color: Medium Purple. HEX triplet: 9D, 81 and D7. RGB value is (157,129,215). Sum of RGB (Red+Green+Blue) = 157+129+215=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #9D81D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D81D7 is #627E28. Grayscale: #929292. Windows color (decimal): -6454825 or 14123421. OLE color: 14123421.

HSL color Cylindrical-coordinate representation of color #9D81D7: hue angle of 259.53º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D81D7 is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 129 215 -
CMYK 0.27 0.4 0 0.16
HSL 259.53º 0.52% 0.67% -
HSV(B) 259.53º 0.4% 0.84% -
XYZ 34.02 27.77 67.86 -
YUV 147.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 157 129 215 0.27 0.4 0 0.16 259.53 0.52 0.67
Hex 9D 81 D7 1B 28 0 10 104 34 43
Octal 235 201 327 33 50 0 20 404 64 103
Binary 10011101 10000001 11010111 11011 101000 0 10000 100000100 110100 1000011

Color Harmonies of #9D81D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D81D7

Black with #9D81D7

Text Example


Text Example

White with #9D81D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,129,215); }

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

background-color css

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

 a { background-color: rgb(157,129,215); }

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

border-color css

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

 span { border-color: rgb(157,129,215); }

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