#9B74DD

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

Shades of Medium Purple #9B74DD

Tints of Medium Purple #9B74DD

Color information

#9B74DD (or 0x9B74DD) is unknown color: approx Medium Purple. HEX triplet: 9B, 74 and DD. RGB value is (155,116,221). Sum of RGB (Red+Green+Blue) = 155+116+221=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B74DD is #648B22. Grayscale: #8B8B8B. Windows color (decimal): -6589219 or 14513307. OLE color: 14513307.

HSL color Cylindrical-coordinate representation of color #9B74DD: hue angle of 262.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B74DD is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155116221-
CMYK0.300.4800.13
HSL262.29º60.69%66.08%-
HSV(B)262.29º47.51%86.67%-
XYZ32.8124.6871.44-
YUV139.63173.92138.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 116 (45.70% from 255) = 23.58%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=31.50%
G=23.58%
B=44.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551162210.300.4800.13262.2960.6966.08
Hex9B74DD1E300D1063d42
Octal233164335366001540675102
Binary1001101111101001101110111110110000011011000001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,116,221); }

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

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

 a { background-color: rgb(155,116,221); }

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

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

 span { border-color: rgb(155,116,221); }

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