#931775

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

Shades of Dark Purple #931775

Tints of Dark Purple #931775

Color information

#931775 (or 0x931775) is unknown color: approx Dark Purple. HEX triplet: 93, 17 and 75. RGB value is (147,23,117). Sum of RGB (Red+Green+Blue) = 147+23+117=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #931775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931775 is #6CE88A. Grayscale: #464646. Windows color (decimal): -7137419 or 7673747. OLE color: 7673747.

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

Color convert

RGB14723117-
CMYK00.840.200.42
HSL314.52º72.94%33.33%-
HSV(B)314.52º84.35%57.65%-
XYZ15.558.117.57-
YUV70.79154.08182.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.22%
GREEN value IS 23 (9.38% from 255) = 8.01%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=51.22%
G=8.01%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472311700.840.200.42314.5272.9433.33
Hex931775054142A13b4921
Octal223271650124245247311141
Binary1001001110111111010101010100101001010101001110111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931775; }

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

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

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

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

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

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

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

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