Html Css Color HEX #930E49 Jazzberry Jam

📋 copy color: '#930E49'

red 147 ◦ green 14 ◦ blue 73

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

Shades of Jazzberry Jam #930E49

Tints of Jazzberry Jam #930E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.98%

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 62.82%
G = 5.98%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#930E49 (or 0x930E49) is known color: Jazzberry Jam. HEX triplet: 93, 0E and 49. RGB value is (147,14,73). Sum of RGB (Red+Green+Blue) = 147+14+73=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #930E49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930E49 is #6CF1B6. Grayscale: #3C3C3C. Windows color (decimal): -7139767 or 4787859. OLE color: 4787859.

HSL color Cylindrical-coordinate representation of color #930E49: hue angle of 333.38º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E49 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 14 73 -
CMYK 0 0.90 0.50 0.42
HSL 333.38º 0.83% 0.32% -
HSV(B) 333.38º 0.9% 0.58% -
XYZ 13.39 7 6.95 -
YUV 60.49 135.06 189.7 -
System Red Green Blue C M Y K H S L
Decimal 147 14 73 0 0.90 0.50 0.42 333.38 0.83 0.32
Hex 93 E 49 0 5A 32 2A 14D 53 20
Octal 223 16 111 0 132 62 52 515 123 40
Binary 10010011 1110 1001001 0 1011010 110010 101010 101001101 1010011 100000

Color Harmonies of #930E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930E49

Black with #930E49

Text Example


Text Example

White with #930E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930E49; }

 p { color: rgb(147,14,73); }

 H1.HeaderClassName
 {
   color: #930E49;
 }
 .AnyTagClassName
 {
   color: #930E49;
 }
</style>

background-color css

<style>
 a { background-color: #930E49; }

 a { background-color: rgb(147,14,73); }

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

border-color css

<style>
 span { border-color: #930E49; }

 span { border-color: rgb(147,14,73); }

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