#931885

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

Shades of Dark Purple #931885

Tints of Dark Purple #931885

Color information

#931885 (or 0x931885) is unknown color: approx Dark Purple. HEX triplet: 93, 18 and 85. RGB value is (147,24,133). Sum of RGB (Red+Green+Blue) = 147+24+133=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #931885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931885 is #6CE77A. Grayscale: #484848. Windows color (decimal): -7137147 or 8722579. OLE color: 8722579.

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

Color convert

RGB14724133-
CMYK00.840.100.42
HSL306.83º71.93%33.53%-
HSV(B)306.83º83.67%57.65%-
XYZ16.598.5522.97-
YUV73.2161.75180.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.36%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=48.36%
G=7.89%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472413300.840.100.42306.8371.9333.53
Hex931885054A2A1334822
Octal223302050124125246311042
Binary1001001111000100001010101010010101010101001100111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931885; }

 p { color: rgb(147,24,133); }

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

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

 a { background-color: rgb(147,24,133); }

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

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

 span { border-color: rgb(147,24,133); }

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