#933375

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

Shades of Dark Purple #933375

Tints of Dark Purple #933375

Color information

#933375 (or 0x933375) is unknown color: approx Dark Purple. HEX triplet: 93, 33 and 75. RGB value is (147,51,117). Sum of RGB (Red+Green+Blue) = 147+51+117=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #933375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933375 is #6CCC8A. Grayscale: #575757. Windows color (decimal): -7130251 or 7680915. OLE color: 7680915.

HSL color Cylindrical-coordinate representation of color #933375: hue angle of 318.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933375 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14751117-
CMYK00.650.200.42
HSL318.75º48.48%38.82%-
HSV(B)318.75º65.31%57.65%-
XYZ16.439.8617.87-
YUV87.23144.8170.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=46.67%
G=16.19%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475111700.650.200.42318.7548.4838.82
Hex933375041142A13f3027
Octal22363165010124524776047
Binary1001001111001111101010100000110100101010100111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933375; }

 p { color: rgb(147,51,117); }

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

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

 a { background-color: rgb(147,51,117); }

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

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

 span { border-color: rgb(147,51,117); }

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