Html Css Color HEX #931361 Jazzberry Jam

📋 copy color: '#931361'

red 147 ◦ green 19 ◦ blue 97

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

Shades of Jazzberry Jam #931361

Tints of Jazzberry Jam #931361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 55.89%
G = 7.22%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#931361 (or 0x931361) is known color: Jazzberry Jam. HEX triplet: 93, 13 and 61. RGB value is (147,19,97). Sum of RGB (Red+Green+Blue) = 147+19+97=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #931361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931361 is #6CEC9E. Grayscale: #414141. Windows color (decimal): -7138463 or 6362003. OLE color: 6362003.

HSL color Cylindrical-coordinate representation of color #931361: hue angle of 323.44º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931361 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 19 97 -
CMYK 0 0.87 0.34 0.42
HSL 323.44º 0.77% 0.33% -
HSV(B) 323.44º 0.87% 0.58% -
XYZ 14.42 7.53 12 -
YUV 66.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 147 19 97 0 0.87 0.34 0.42 323.44 0.77 0.33
Hex 93 13 61 0 57 22 2A 143 4D 21
Octal 223 23 141 0 127 42 52 503 115 41
Binary 10010011 10011 1100001 0 1010111 100010 101010 101000011 1001101 100001

Color Harmonies of #931361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931361

Black with #931361

Text Example


Text Example

White with #931361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931361; }

 p { color: rgb(147,19,97); }

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

background-color css

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

 a { background-color: rgb(147,19,97); }

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

border-color css

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

 span { border-color: rgb(147,19,97); }

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