Html Css Color HEX #941C61 Jazzberry Jam

📋 copy color: '#941C61'

red 148 ◦ green 28 ◦ blue 97

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

Shades of Jazzberry Jam #941C61

Tints of Jazzberry Jam #941C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.53%

R = 54.21%
G = 10.26%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#941C61 (or 0x941C61) is known color: Jazzberry Jam. HEX triplet: 94, 1C and 61. RGB value is (148,28,97). Sum of RGB (Red+Green+Blue) = 148+28+97=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #941C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C61 is #6BE39E. Grayscale: #474747. Windows color (decimal): -7070623 or 6364308. OLE color: 6364308.

HSL color Cylindrical-coordinate representation of color #941C61: hue angle of 325.5º 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 #941C61 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 28 97 -
CMYK 0 0.81 0.34 0.42
HSL 325.5º 0.68% 0.35% -
HSV(B) 325.5º 0.81% 0.58% -
XYZ 14.79 7.99 12.07 -
YUV 71.75 142.26 182.39 -
System Red Green Blue C M Y K H S L
Decimal 148 28 97 0 0.81 0.34 0.42 325.5 0.68 0.35
Hex 94 1C 61 0 51 22 2A 146 44 23
Octal 224 34 141 0 121 42 52 506 104 43
Binary 10010100 11100 1100001 0 1010001 100010 101010 101000110 1000100 100011

Color Harmonies of #941C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C61

Black with #941C61

Text Example


Text Example

White with #941C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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