Html Css Color HEX #93094C Jazzberry Jam

📋 copy color: '#93094C'

red 147 ◦ green 9 ◦ blue 76

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

Shades of Jazzberry Jam #93094C

Tints of Jazzberry Jam #93094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 63.36%
G = 3.88%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93094C (or 0x93094C) is known color: Jazzberry Jam. HEX triplet: 93, 09 and 4C. RGB value is (147,9,76). Sum of RGB (Red+Green+Blue) = 147+9+76=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #93094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93094C is #6CF6B3. Grayscale: #393939. Windows color (decimal): -7141044 or 4983187. OLE color: 4983187.

HSL color Cylindrical-coordinate representation of color #93094C: hue angle of 330.87º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93094C is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 76 -
CMYK 0 0.94 0.48 0.42
HSL 330.87º 0.88% 0.31% -
HSV(B) 330.87º 0.94% 0.58% -
XYZ 13.43 6.92 7.47 -
YUV 57.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 147 9 76 0 0.94 0.48 0.42 330.87 0.88 0.31
Hex 93 9 4C 0 5E 30 2A 14B 58 1F
Octal 223 11 114 0 136 60 52 513 130 37
Binary 10010011 1001 1001100 0 1011110 110000 101010 101001011 1011000 11111

Color Harmonies of #93094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93094C

Black with #93094C

Text Example


Text Example

White with #93094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93094C; }

 p { color: rgb(147,9,76); }

 H1.HeaderClassName
 {
   color: #93094C;
 }
 .AnyTagClassName
 {
   color: #93094C;
 }
</style>

background-color css

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

 a { background-color: rgb(147,9,76); }

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

border-color css

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

 span { border-color: rgb(147,9,76); }

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