Html Css Color HEX #94155C Jazzberry Jam

📋 copy color: '#94155C'

red 148 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #94155C

Tints of Jazzberry Jam #94155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 56.7%
G = 8.05%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#94155C (or 0x94155C) is known color: Jazzberry Jam. HEX triplet: 94, 15 and 5C. RGB value is (148,21,92). Sum of RGB (Red+Green+Blue) = 148+21+92=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94155C is #6BEAA3. Grayscale: #424242. Windows color (decimal): -7072420 or 6034836. OLE color: 6034836.

HSL color Cylindrical-coordinate representation of color #94155C: hue angle of 326.46º degrees, saturation: 0.75, 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 #94155C is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 21 92 -
CMYK 0 0.86 0.38 0.42
HSL 326.46º 0.75% 0.33% -
HSV(B) 326.46º 0.86% 0.58% -
XYZ 14.41 7.6 10.83 -
YUV 67.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 148 21 92 0 0.86 0.38 0.42 326.46 0.75 0.33
Hex 94 15 5C 0 56 26 2A 146 4B 21
Octal 224 25 134 0 126 46 52 506 113 41
Binary 10010100 10101 1011100 0 1010110 100110 101010 101000110 1001011 100001

Color Harmonies of #94155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94155C

Black with #94155C

Text Example


Text Example

White with #94155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94155C; }

 p { color: rgb(148,21,92); }

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

background-color css

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

 a { background-color: rgb(148,21,92); }

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

border-color css

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

 span { border-color: rgb(148,21,92); }

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