Html Css Color HEX #930849 Jazzberry Jam

📋 copy color: '#930849'

red 147 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #930849

Tints of Jazzberry Jam #930849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

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

R = 64.47%
G = 3.51%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#930849 (or 0x930849) is known color: Jazzberry Jam. HEX triplet: 93, 08 and 49. RGB value is (147,8,73). Sum of RGB (Red+Green+Blue) = 147+8+73=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #930849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930849 is #6CF7B6. Grayscale: #383838. Windows color (decimal): -7141303 or 4786323. OLE color: 4786323.

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

Color convert

RGB 147 8 73 -
CMYK 0 0.95 0.50 0.42
HSL 331.94º 0.9% 0.3% -
HSV(B) 331.94º 0.95% 0.58% -
XYZ 13.32 6.86 6.92 -
YUV 56.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 147 8 73 0 0.95 0.50 0.42 331.94 0.9 0.3
Hex 93 8 49 0 5F 32 2A 14C 5A 1E
Octal 223 10 111 0 137 62 52 514 132 36
Binary 10010011 1000 1001001 0 1011111 110010 101010 101001100 1011010 11110

Color Harmonies of #930849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930849

Black with #930849

Text Example


Text Example

White with #930849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930849; }

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

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

background-color css

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

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

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

border-color css

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

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

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