Html Css Color HEX #93094A Jazzberry Jam

📋 copy color: '#93094A'

red 147 ◦ green 9 ◦ blue 74

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

Shades of Jazzberry Jam #93094A

Tints of Jazzberry Jam #93094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 63.91%
G = 3.91%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93094A (or 0x93094A) is known color: Jazzberry Jam. HEX triplet: 93, 09 and 4A. RGB value is (147,9,74). Sum of RGB (Red+Green+Blue) = 147+9+74=230 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.91% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 147 - color contains mainly: red. Hex color #93094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93094A is #6CF6B5. Grayscale: #393939. Windows color (decimal): -7141046 or 4852115. OLE color: 4852115.

HSL color Cylindrical-coordinate representation of color #93094A: hue angle of 331.74º 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 #93094A is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 74 -
CMYK 0 0.94 0.50 0.42
HSL 331.74º 0.88% 0.31% -
HSV(B) 331.74º 0.94% 0.58% -
XYZ 13.37 6.89 7.1 -
YUV 57.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 147 9 74 0 0.94 0.50 0.42 331.74 0.88 0.31
Hex 93 9 4A 0 5E 32 2A 14C 58 1F
Octal 223 11 112 0 136 62 52 514 130 37
Binary 10010011 1001 1001010 0 1011110 110010 101010 101001100 1011000 11111

Color Harmonies of #93094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93094A

Black with #93094A

Text Example


Text Example

White with #93094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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