#9675DA

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

Shades of Medium Purple #9675DA

Tints of Medium Purple #9675DA

Color information

#9675DA (or 0x9675DA) is unknown color: approx Medium Purple. HEX triplet: 96, 75 and DA. RGB value is (150,117,218). Sum of RGB (Red+Green+Blue) = 150+117+218=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #9675DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675DA is #698A25. Grayscale: #8A8A8A. Windows color (decimal): -6916646 or 14316950. OLE color: 14316950.

HSL color Cylindrical-coordinate representation of color #9675DA: hue angle of 259.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9675DA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150117218-
CMYK0.310.4600.15
HSL259.6º57.71%65.69%-
HSV(B)259.6º46.33%85.49%-
XYZ31.5924.2769.35-
YUV138.38172.93136.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=30.93%
G=24.12%
B=44.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501172180.310.4600.15259.657.7165.69
Hex9675DA1F2E0F1043a42
Octal226165332375601740472102
Binary1001011011101011101101011111101110011111000001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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