#933081

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

Shades of Dark Purple #933081

Tints of Dark Purple #933081

Color information

#933081 (or 0x933081) is unknown color: approx Dark Purple. HEX triplet: 93, 30 and 81. RGB value is (147,48,129). Sum of RGB (Red+Green+Blue) = 147+48+129=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #933081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933081 is #6CCF7E. Grayscale: #565656. Windows color (decimal): -7131007 or 8466579. OLE color: 8466579.

HSL color Cylindrical-coordinate representation of color #933081: hue angle of 310.91º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933081 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14748129-
CMYK00.670.120.42
HSL310.91º50.77%38.24%-
HSV(B)310.91º67.35%57.65%-
XYZ17.059.921.78-
YUV86.84151.8170.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=45.37%
G=14.81%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474812900.670.120.42310.9150.7738.24
Hex933081043C2A1373326
Octal22360201010314524676346
Binary1001001111000010000001010000111100101010100110111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933081; }

 p { color: rgb(147,48,129); }

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

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

 a { background-color: rgb(147,48,129); }

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

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

 span { border-color: rgb(147,48,129); }

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