#9775DD

Color #9775DD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9775DD

Tints of Medium Purple #9775DD

Color information

#9775DD (or 0x9775DD) is unknown color: approx Medium Purple. HEX triplet: 97, 75 and DD. RGB value is (151,117,221). Sum of RGB (Red+Green+Blue) = 151+117+221=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #9775DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775DD is #688A22. Grayscale: #8A8A8A. Windows color (decimal): -6851107 or 14513559. OLE color: 14513559.

HSL color Cylindrical-coordinate representation of color #9775DD: hue angle of 259.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9775DD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151117221-
CMYK0.320.4700.13
HSL259.62º60.47%66.27%-
HSV(B)259.62º47.06%86.67%-
XYZ32.1724.5271.44-
YUV139.02174.26136.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.88%
GREEN value IS 117 (46.09% from 255) = 23.93%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=30.88%
G=23.93%
B=45.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511172210.320.4700.13259.6260.4766.27
Hex9775DD202F0D1043c42
Octal227165335405701540474102
Binary10010111111010111011101100000101111011011000001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9775DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9775DD; }

 p { color: rgb(151,117,221); }

 H1.HeaderClassName
 {
   color: #9775DD;
 }
 .AnyTagClassName
 {
   color: #9775DD;
 }
</style>
background-color css

<style>
 a { background-color: #9775DD; }

 a { background-color: rgb(151,117,221); }

 div.DivClassName
 {
   background-color: #9775DD;
 }
 .BgClassName
 {
   background-color: #9775DD;
 }
</style>
border-color css

<style>
 span { border-color: #9775DD; }

 span { border-color: rgb(151,117,221); }

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