#9675DC

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

Shades of Medium Purple #9675DC

Tints of Medium Purple #9675DC

Color information

#9675DC (or 0x9675DC) is unknown color: approx Medium Purple. HEX triplet: 96, 75 and DC. RGB value is (150,117,220). Sum of RGB (Red+Green+Blue) = 150+117+220=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #9675DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675DC is #698A23. Grayscale: #8A8A8A. Windows color (decimal): -6916644 or 14448022. OLE color: 14448022.

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

Color convert

RGB150117220-
CMYK0.320.4700.14
HSL259.22º59.54%66.08%-
HSV(B)259.22º46.82%86.27%-
XYZ31.8624.3770.74-
YUV138.61173.93136.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.80%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=30.80%
G=24.02%
B=45.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501172200.320.4700.14259.2259.5466.08
Hex9675DC202F0E1033c42
Octal226165334405701640374102
Binary10010110111010111011100100000101111011101000000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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