Html Css Color HEX #931461 Jazzberry Jam

📋 copy color: '#931461'

red 147 ◦ green 20 ◦ blue 97

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

Shades of Jazzberry Jam #931461

Tints of Jazzberry Jam #931461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

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

R = 55.68%
G = 7.58%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#931461 (or 0x931461) is known color: Jazzberry Jam. HEX triplet: 93, 14 and 61. RGB value is (147,20,97). Sum of RGB (Red+Green+Blue) = 147+20+97=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #931461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931461 is #6CEB9E. Grayscale: #424242. Windows color (decimal): -7138207 or 6362259. OLE color: 6362259.

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

Color convert

RGB 147 20 97 -
CMYK 0 0.86 0.34 0.42
HSL 323.62º 0.76% 0.33% -
HSV(B) 323.62º 0.86% 0.58% -
XYZ 14.44 7.57 12.01 -
YUV 66.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 147 20 97 0 0.86 0.34 0.42 323.62 0.76 0.33
Hex 93 14 61 0 56 22 2A 144 4C 21
Octal 223 24 141 0 126 42 52 504 114 41
Binary 10010011 10100 1100001 0 1010110 100010 101010 101000100 1001100 100001

Color Harmonies of #931461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931461

Black with #931461

Text Example


Text Example

White with #931461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931461; }

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

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

background-color css

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

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

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

border-color css

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

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

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