#933681

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

Shades of Dark Purple #933681

Tints of Dark Purple #933681

Color information

#933681 (or 0x933681) is unknown color: approx Dark Purple. HEX triplet: 93, 36 and 81. RGB value is (147,54,129). Sum of RGB (Red+Green+Blue) = 147+54+129=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #933681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933681 is #6CC97E. Grayscale: #5A5A5A. Windows color (decimal): -7129471 or 8468115. OLE color: 8468115.

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

Color convert

RGB14754129-
CMYK00.630.120.42
HSL311.61º46.27%39.41%-
HSV(B)311.61º63.27%57.65%-
XYZ17.3110.4321.87-
YUV90.36149.81168.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=44.55%
G=16.36%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475412900.630.120.42311.6146.2739.41
Hex93368103FC2A1382e27
Octal2236620107714524705647
Binary100100111101101000000101111111100101010100111000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933681; }

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

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

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

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

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

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

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

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