#932268

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

Shades of Dark Purple #932268

Tints of Dark Purple #932268

Color information

#932268 (or 0x932268) is unknown color: approx Dark Purple. HEX triplet: 93, 22 and 68. RGB value is (147,34,104). Sum of RGB (Red+Green+Blue) = 147+34+104=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #932268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932268 is #6CDD97. Grayscale: #4B4B4B. Windows color (decimal): -7134616 or 6824595. OLE color: 6824595.

HSL color Cylindrical-coordinate representation of color #932268: hue angle of 322.83º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932268 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14734104-
CMYK00.770.290.42
HSL322.83º62.43%35.49%-
HSV(B)322.83º76.87%57.65%-
XYZ15.18.3513.91-
YUV75.77143.94178.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=51.58%
G=11.93%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473410400.770.290.42322.8362.4335.49
Hex93226804D1D2A1433e23
Octal22342150011535525037643
Binary1001001110001011010000100110111101101010101000011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932268; }

 p { color: rgb(147,34,104); }

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

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

 a { background-color: rgb(147,34,104); }

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

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

 span { border-color: rgb(147,34,104); }

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