#943375

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

Shades of Dark Purple #943375

Tints of Dark Purple #943375

Color information

#943375 (or 0x943375) is unknown color: approx Dark Purple. HEX triplet: 94, 33 and 75. RGB value is (148,51,117). Sum of RGB (Red+Green+Blue) = 148+51+117=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #943375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943375 is #6BCC8A. Grayscale: #575757. Windows color (decimal): -7064715 or 7680916. OLE color: 7680916.

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

Color convert

RGB14851117-
CMYK00.660.210.42
HSL319.18º48.74%39.02%-
HSV(B)319.18º65.54%58.04%-
XYZ16.619.9517.87-
YUV87.53144.64171.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=46.84%
G=16.14%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485111700.660.210.42319.1848.7439.02
Hex943375042152A13f3127
Octal22463165010225524776147
Binary1001010011001111101010100001010101101010100111111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943375; }

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

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

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

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

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

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

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

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