Html Css Color HEX #9976DB Medium Purple

📋 copy color: '#9976DB'

red 153 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #9976DB

Tints of Medium Purple #9976DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 31.22%
G = 24.08%
B = 44.69%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9976DB (or 0x9976DB) is known color: Medium Purple. HEX triplet: 99, 76 and DB. RGB value is (153,118,219). Sum of RGB (Red+Green+Blue) = 153+118+219=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #9976DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9976DB is #668924. Grayscale: #8B8B8B. Windows color (decimal): -6719781 or 14382745. OLE color: 14382745.

HSL color Cylindrical-coordinate representation of color #9976DB: hue angle of 260.79º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9976DB is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 118 219 -
CMYK 0.30 0.46 0 0.14
HSL 260.79º 0.58% 0.66% -
HSV(B) 260.79º 0.46% 0.86% -
XYZ 32.4 24.84 70.11 -
YUV 139.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 153 118 219 0.30 0.46 0 0.14 260.79 0.58 0.66
Hex 99 76 DB 1E 2E 0 E 105 3A 42
Octal 231 166 333 36 56 0 16 405 72 102
Binary 10011001 1110110 11011011 11110 101110 0 1110 100000101 111010 1000010

Color Harmonies of #9976DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976DB

Black with #9976DB

Text Example


Text Example

White with #9976DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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