Html Css Color HEX #94115C Jazzberry Jam

📋 copy color: '#94115C'

red 148 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #94115C

Tints of Jazzberry Jam #94115C

RGB

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

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

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

R = 57.59%
G = 6.61%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#94115C (or 0x94115C) is known color: Jazzberry Jam. HEX triplet: 94, 11 and 5C. RGB value is (148,17,92). Sum of RGB (Red+Green+Blue) = 148+17+92=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #94115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94115C is #6BEEA3. Grayscale: #404040. Windows color (decimal): -7073444 or 6033812. OLE color: 6033812.

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

Color convert

RGB 148 17 92 -
CMYK 0 0.89 0.38 0.42
HSL 325.65º 0.79% 0.32% -
HSV(B) 325.65º 0.89% 0.58% -
XYZ 14.34 7.47 10.81 -
YUV 64.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 148 17 92 0 0.89 0.38 0.42 325.65 0.79 0.32
Hex 94 11 5C 0 59 26 2A 146 4F 20
Octal 224 21 134 0 131 46 52 506 117 40
Binary 10010100 10001 1011100 0 1011001 100110 101010 101000110 1001111 100000

Color Harmonies of #94115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94115C

Black with #94115C

Text Example


Text Example

White with #94115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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