Html Css Color HEX #94155F Jazzberry Jam

📋 copy color: '#94155F'

red 148 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #94155F

Tints of Jazzberry Jam #94155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 56.06%
G = 7.95%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94155F (or 0x94155F) is known color: Jazzberry Jam. HEX triplet: 94, 15 and 5F. RGB value is (148,21,95). Sum of RGB (Red+Green+Blue) = 148+21+95=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94155F is #6BEAA0. Grayscale: #434343. Windows color (decimal): -7072417 or 6231444. OLE color: 6231444.

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

Color convert

RGB 148 21 95 -
CMYK 0 0.86 0.36 0.42
HSL 325.04º 0.75% 0.33% -
HSV(B) 325.04º 0.86% 0.58% -
XYZ 14.55 7.66 11.54 -
YUV 67.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 148 21 95 0 0.86 0.36 0.42 325.04 0.75 0.33
Hex 94 15 5F 0 56 24 2A 145 4B 21
Octal 224 25 137 0 126 44 52 505 113 41
Binary 10010100 10101 1011111 0 1010110 100100 101010 101000101 1001011 100001

Color Harmonies of #94155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94155F

Black with #94155F

Text Example


Text Example

White with #94155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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