Html Css Color HEX #9976DF Medium Purple

📋 copy color: '#9976DF'

red 153 ◦ green 118 ◦ blue 223

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

Shades of Medium Purple #9976DF

Tints of Medium Purple #9976DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 30.97%
G = 23.89%
B = 45.14%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9976DF (or 0x9976DF) is known color: Medium Purple. HEX triplet: 99, 76 and DF. RGB value is (153,118,223). Sum of RGB (Red+Green+Blue) = 153+118+223=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #9976DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9976DF is #668920. Grayscale: #8C8C8C. Windows color (decimal): -6719777 or 14644889. OLE color: 14644889.

HSL color Cylindrical-coordinate representation of color #9976DF: hue angle of 260º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9976DF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 118 223 -
CMYK 0.31 0.47 0 0.13
HSL 260º 0.62% 0.67% -
HSV(B) 260º 0.47% 0.87% -
XYZ 32.93 25.06 72.91 -
YUV 140.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 153 118 223 0.31 0.47 0 0.13 260 0.62 0.67
Hex 99 76 DF 1F 2F 0 D 104 3E 43
Octal 231 166 337 37 57 0 15 404 76 103
Binary 10011001 1110110 11011111 11111 101111 0 1101 100000100 111110 1000011

Color Harmonies of #9976DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976DF

Black with #9976DF

Text Example


Text Example

White with #9976DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9976DF; }

 p { color: rgb(153,118,223); }

 H1.HeaderClassName
 {
   color: #9976DF;
 }
 .AnyTagClassName
 {
   color: #9976DF;
 }
</style>

background-color css

<style>
 a { background-color: #9976DF; }

 a { background-color: rgb(153,118,223); }

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

border-color css

<style>
 span { border-color: #9976DF; }

 span { border-color: rgb(153,118,223); }

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