Html Css Color HEX #94115F Jazzberry Jam

📋 copy color: '#94115F'

red 148 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #94115F

Tints of Jazzberry Jam #94115F

RGB

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

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

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

R = 56.92%
G = 6.54%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94115F (or 0x94115F) is known color: Jazzberry Jam. HEX triplet: 94, 11 and 5F. RGB value is (148,17,95). Sum of RGB (Red+Green+Blue) = 148+17+95=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94115F is #6BEEA0. Grayscale: #404040. Windows color (decimal): -7073441 or 6230420. OLE color: 6230420.

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

Color convert

RGB 148 17 95 -
CMYK 0 0.89 0.36 0.42
HSL 324.27º 0.79% 0.32% -
HSV(B) 324.27º 0.89% 0.58% -
XYZ 14.48 7.52 11.52 -
YUV 65.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 148 17 95 0 0.89 0.36 0.42 324.27 0.79 0.32
Hex 94 11 5F 0 59 24 2A 144 4F 20
Octal 224 21 137 0 131 44 52 504 117 40
Binary 10010100 10001 1011111 0 1011001 100100 101010 101000100 1001111 100000

Color Harmonies of #94115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94115F

Black with #94115F

Text Example


Text Example

White with #94115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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