#9673DD

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

Shades of Medium Purple #9673DD

Tints of Medium Purple #9673DD

Color information

#9673DD (or 0x9673DD) is unknown color: approx Medium Purple. HEX triplet: 96, 73 and DD. RGB value is (150,115,221). Sum of RGB (Red+Green+Blue) = 150+115+221=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9673DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9673DD is #698C22. Grayscale: #898989. Windows color (decimal): -6917155 or 14513046. OLE color: 14513046.

HSL color Cylindrical-coordinate representation of color #9673DD: hue angle of 259.81º 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 #9673DD is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150115221-
CMYK0.320.4800.13
HSL259.81º60.92%65.88%-
HSV(B)259.81º47.96%86.67%-
XYZ31.7623.9771.36-
YUV137.55175.1136.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=30.86%
G=23.66%
B=45.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501152210.320.4800.13259.8160.9265.88
Hex9673DD20300D1043d42
Octal226163335406001540475102
Binary10010110111001111011101100000110000011011000001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9673DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,115,221); }

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

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

 a { background-color: rgb(150,115,221); }

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

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

 span { border-color: rgb(150,115,221); }

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