#933275

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

Shades of Dark Purple #933275

Tints of Dark Purple #933275

Color information

#933275 (or 0x933275) is unknown color: approx Dark Purple. HEX triplet: 93, 32 and 75. RGB value is (147,50,117). Sum of RGB (Red+Green+Blue) = 147+50+117=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #933275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933275 is #6CCD8A. Grayscale: #565656. Windows color (decimal): -7130507 or 7680659. OLE color: 7680659.

HSL color Cylindrical-coordinate representation of color #933275: hue angle of 318.56º 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 #933275 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14750117-
CMYK00.660.200.42
HSL318.56º49.24%38.63%-
HSV(B)318.56º65.99%57.65%-
XYZ16.389.7717.85-
YUV86.64145.14171.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.82%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=46.82%
G=15.92%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475011700.660.200.42318.5649.2438.63
Hex933275042142A13f3127
Octal22362165010224524776147
Binary1001001111001011101010100001010100101010100111111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933275; }

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

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

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

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

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

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

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

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