#9675DD

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

Shades of Medium Purple #9675DD

Tints of Medium Purple #9675DD

Color information

#9675DD (or 0x9675DD) is unknown color: approx Medium Purple. HEX triplet: 96, 75 and DD. RGB value is (150,117,221). Sum of RGB (Red+Green+Blue) = 150+117+221=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #9675DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675DD is #698A22. Grayscale: #8A8A8A. Windows color (decimal): -6916643 or 14513558. OLE color: 14513558.

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

Color convert

RGB150117221-
CMYK0.320.4700.13
HSL259.04º60.47%66.27%-
HSV(B)259.04º47.06%86.67%-
XYZ31.9924.4371.44-
YUV138.72174.43136.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.74%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=30.74%
G=23.98%
B=45.29%

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
Decimal1501172210.320.4700.13259.0460.4766.27
Hex9675DD202F0D1033c42
Octal226165335405701540374102
Binary10010110111010111011101100000101111011011000000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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