#93165D

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

Shades of Jazzberry Jam #93165D

Tints of Jazzberry Jam #93165D

Color information

#93165D (or 0x93165D) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 16 and 5D. RGB value is (147,22,93). Sum of RGB (Red+Green+Blue) = 147+22+93=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93165D is #6CE9A2. Grayscale: #434343. Windows color (decimal): -7137699 or 6100627. OLE color: 6100627.

HSL color Cylindrical-coordinate representation of color #93165D: hue angle of 325.92º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93165D is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1472293-
CMYK00.850.370.42
HSL325.92º73.96%33.14%-
HSV(B)325.92º85.03%57.65%-
XYZ14.37.5711.06-
YUV67.47142.41184.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.11%
GREEN value IS 22 (8.98% from 255) = 8.40%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=56.11%
G=8.40%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147229300.850.370.42325.9273.9633.14
Hex93165D055252A1464a21
Octal223261350125455250611241
Binary10010011101101011101010101011001011010101010001101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93165D; }

 p { color: rgb(147,22,93); }

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

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

 a { background-color: rgb(147,22,93); }

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

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

 span { border-color: rgb(147,22,93); }

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