#93084E

Color #93084E Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #93084E

Tints of Jazzberry Jam #93084E

Color information

#93084E (or 0x93084E) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 08 and 4E. RGB value is (147,8,78). Sum of RGB (Red+Green+Blue) = 147+8+78=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #93084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93084E is #6CF7B1. Grayscale: #393939. Windows color (decimal): -7141298 or 5114003. OLE color: 5114003.

HSL color Cylindrical-coordinate representation of color #93084E: hue angle of 329.78º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93084E is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB147878-
CMYK00.950.470.42
HSL329.78º89.68%30.39%-
HSV(B)329.78º94.56%57.65%-
XYZ13.496.937.83-
YUV57.54139.55191.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.09%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=63.09%
G=3.43%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14787800.950.470.42329.7889.6830.39
Hex9384E05F2F2A14a5a1e
Octal223101160137575251213236
Binary100100111000100111001011111101111101010101001010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93084E; }

 p { color: rgb(147,8,78); }

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

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

 a { background-color: rgb(147,8,78); }

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

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

 span { border-color: rgb(147,8,78); }

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