Html Css Color HEX #941C60 Jazzberry Jam

📋 copy color: '#941C60'

red 148 ◦ green 28 ◦ blue 96

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

Shades of Jazzberry Jam #941C60

Tints of Jazzberry Jam #941C60

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.29%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 54.41%
G = 10.29%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#941C60 (or 0x941C60) is known color: Jazzberry Jam. HEX triplet: 94, 1C and 60. RGB value is (148,28,96). Sum of RGB (Red+Green+Blue) = 148+28+96=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #941C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C60 is #6BE39F. Grayscale: #474747. Windows color (decimal): -7070624 or 6298772. OLE color: 6298772.

HSL color Cylindrical-coordinate representation of color #941C60: hue angle of 326º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C60 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 28 96 -
CMYK 0 0.81 0.35 0.42
HSL 326º 0.68% 0.35% -
HSV(B) 326º 0.81% 0.58% -
XYZ 14.74 7.97 11.83 -
YUV 71.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 148 28 96 0 0.81 0.35 0.42 326 0.68 0.35
Hex 94 1C 60 0 51 23 2A 146 44 23
Octal 224 34 140 0 121 43 52 506 104 43
Binary 10010100 11100 1100000 0 1010001 100011 101010 101000110 1000100 100011

Color Harmonies of #941C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C60

Black with #941C60

Text Example


Text Example

White with #941C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941C60; }

 p { color: rgb(148,28,96); }

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

background-color css

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

 a { background-color: rgb(148,28,96); }

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

border-color css

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

 span { border-color: rgb(148,28,96); }

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