Html Css Color HEX #93185E Jazzberry Jam

📋 copy color: '#93185E'

red 147 ◦ green 24 ◦ blue 94

#93185E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #93185E

Tints of Jazzberry Jam #93185E

RGB

 RED value IS 147 (57.81% from 255) = 55.47%

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 55.47%
G = 9.06%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93185E (or 0x93185E) is known color: Jazzberry Jam. HEX triplet: 93, 18 and 5E. RGB value is (147,24,94). Sum of RGB (Red+Green+Blue) = 147+24+94=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #93185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93185E is #6CE7A1. Grayscale: #444444. Windows color (decimal): -7137186 or 6166675. OLE color: 6166675.

HSL color Cylindrical-coordinate representation of color #93185E: hue angle of 325.85º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93185E is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 24 94 -
CMYK 0 0.84 0.36 0.42
HSL 325.85º 0.72% 0.34% -
HSV(B) 325.85º 0.84% 0.58% -
XYZ 14.38 7.66 11.31 -
YUV 68.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 147 24 94 0 0.84 0.36 0.42 325.85 0.72 0.34
Hex 93 18 5E 0 54 24 2A 146 48 22
Octal 223 30 136 0 124 44 52 506 110 42
Binary 10010011 11000 1011110 0 1010100 100100 101010 101000110 1001000 100010

Color Harmonies of #93185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93185E

Black with #93185E

Text Example


Text Example

White with #93185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,24,94); }

 H1.HeaderClassName
 {
   color: #93185E;
 }
 .AnyTagClassName
 {
   color: #93185E;
 }
</style>

background-color css

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

 a { background-color: rgb(147,24,94); }

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

border-color css

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

 span { border-color: rgb(147,24,94); }

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