Html Css Color HEX #941155 Jazzberry Jam

📋 copy color: '#941155'

red 148 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #941155

Tints of Jazzberry Jam #941155

RGB

 RED value IS 148 (58.2% from 255) = 59.2%

 GREEN value IS 17 (7.03% from 255) = 6.8%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 59.2%
G = 6.8%
B = 34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#941155 (or 0x941155) is known color: Jazzberry Jam. HEX triplet: 94, 11 and 55. RGB value is (148,17,85). Sum of RGB (Red+Green+Blue) = 148+17+85=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #941155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941155 is #6BEEAA. Grayscale: #3F3F3F. Windows color (decimal): -7073451 or 5575060. OLE color: 5575060.

HSL color Cylindrical-coordinate representation of color #941155: hue angle of 328.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941155 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 85 -
CMYK 0 0.89 0.43 0.42
HSL 328.85º 0.79% 0.32% -
HSV(B) 328.85º 0.89% 0.58% -
XYZ 14.05 7.35 9.27 -
YUV 63.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 148 17 85 0 0.89 0.43 0.42 328.85 0.79 0.32
Hex 94 11 55 0 59 2B 2A 149 4F 20
Octal 224 21 125 0 131 53 52 511 117 40
Binary 10010100 10001 1010101 0 1011001 101011 101010 101001001 1001111 100000

Color Harmonies of #941155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941155

Black with #941155

Text Example


Text Example

White with #941155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941155; }

 p { color: rgb(148,17,85); }

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

background-color css

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

 a { background-color: rgb(148,17,85); }

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

border-color css

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

 span { border-color: rgb(148,17,85); }

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