Html Css Color HEX #930847 Jazzberry Jam

📋 copy color: '#930847'

red 147 ◦ green 8 ◦ blue 71

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

Shades of Jazzberry Jam #930847

Tints of Jazzberry Jam #930847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.42%

R = 65.04%
G = 3.54%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#930847 (or 0x930847) is known color: Jazzberry Jam. HEX triplet: 93, 08 and 47. RGB value is (147,8,71). Sum of RGB (Red+Green+Blue) = 147+8+71=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #930847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930847 is #6CF7B8. Grayscale: #383838. Windows color (decimal): -7141305 or 4655251. OLE color: 4655251.

HSL color Cylindrical-coordinate representation of color #930847: hue angle of 332.81º 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 #930847 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 71 -
CMYK 0 0.95 0.52 0.42
HSL 332.81º 0.9% 0.3% -
HSV(B) 332.81º 0.95% 0.58% -
XYZ 13.26 6.83 6.58 -
YUV 56.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 147 8 71 0 0.95 0.52 0.42 332.81 0.9 0.3
Hex 93 8 47 0 5F 34 2A 14D 5A 1E
Octal 223 10 107 0 137 64 52 515 132 36
Binary 10010011 1000 1000111 0 1011111 110100 101010 101001101 1011010 11110

Color Harmonies of #930847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930847

Black with #930847

Text Example


Text Example

White with #930847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930847; }

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

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

background-color css

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

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

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

border-color css

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

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

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