#93165F

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

Shades of Jazzberry Jam #93165F

Tints of Jazzberry Jam #93165F

Color information

#93165F (or 0x93165F) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 16 and 5F. RGB value is (147,22,95). Sum of RGB (Red+Green+Blue) = 147+22+95=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #93165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93165F is #6CE9A0. Grayscale: #434343. Windows color (decimal): -7137697 or 6231699. OLE color: 6231699.

HSL color Cylindrical-coordinate representation of color #93165F: hue angle of 324.96º 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 #93165F is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1472295-
CMYK00.850.350.42
HSL324.96º73.96%33.14%-
HSV(B)324.96º85.03%57.65%-
XYZ14.397.611.54-
YUV67.7143.41184.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=55.68%
G=8.33%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147229500.850.350.42324.9673.9633.14
Hex93165F055232A1454a21
Octal223261370125435250511241
Binary10010011101101011111010101011000111010101010001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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