Html Css Color HEX #9975D1 Medium Purple

📋 copy color: '#9975D1'

red 153 ◦ green 117 ◦ blue 209

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

Shades of Medium Purple #9975D1

Tints of Medium Purple #9975D1

RGB

 RED value IS 153 (60.16% from 255) = 31.94%

 GREEN value IS 117 (46.09% from 255) = 24.43%

 BLUE value IS 209 (82.03% from 255) = 43.63%

R = 31.94%
G = 24.43%
B = 43.63%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9975D1 (or 0x9975D1) is known color: Medium Purple. HEX triplet: 99, 75 and D1. RGB value is (153,117,209). Sum of RGB (Red+Green+Blue) = 153+117+209=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #9975D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975D1 is #668A2E. Grayscale: #898989. Windows color (decimal): -6720047 or 13727129. OLE color: 13727129.

HSL color Cylindrical-coordinate representation of color #9975D1: hue angle of 263.48º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9975D1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 117 209 -
CMYK 0.27 0.44 0 0.18
HSL 263.48º 0.5% 0.64% -
HSV(B) 263.48º 0.44% 0.82% -
XYZ 31.01 24.1 63.34 -
YUV 138.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 153 117 209 0.27 0.44 0 0.18 263.48 0.5 0.64
Hex 99 75 D1 1B 2C 0 12 107 32 40
Octal 231 165 321 33 54 0 22 407 62 100
Binary 10011001 1110101 11010001 11011 101100 0 10010 100000111 110010 1000000

Color Harmonies of #9975D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9975D1

Black with #9975D1

Text Example


Text Example

White with #9975D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9975D1; }

 p { color: rgb(153,117,209); }

 H1.HeaderClassName
 {
   color: #9975D1;
 }
 .AnyTagClassName
 {
   color: #9975D1;
 }
</style>

background-color css

<style>
 a { background-color: #9975D1; }

 a { background-color: rgb(153,117,209); }

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

border-color css

<style>
 span { border-color: #9975D1; }

 span { border-color: rgb(153,117,209); }

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