Html Css Color HEX #940756 Jazzberry Jam

📋 copy color: '#940756'

red 148 ◦ green 7 ◦ blue 86

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

Shades of Jazzberry Jam #940756

Tints of Jazzberry Jam #940756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 61.41%
G = 2.9%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#940756 (or 0x940756) is known color: Jazzberry Jam. HEX triplet: 94, 07 and 56. RGB value is (148,7,86). Sum of RGB (Red+Green+Blue) = 148+7+86=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #940756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940756 is #6BF8A9. Grayscale: #393939. Windows color (decimal): -7076010 or 5638036. OLE color: 5638036.

HSL color Cylindrical-coordinate representation of color #940756: hue angle of 326.38º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940756 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 7 86 -
CMYK 0 0.95 0.42 0.42
HSL 326.38º 0.91% 0.3% -
HSV(B) 326.38º 0.95% 0.58% -
XYZ 13.97 7.12 9.44 -
YUV 58.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 148 7 86 0 0.95 0.42 0.42 326.38 0.91 0.3
Hex 94 7 56 0 5F 2A 2A 146 5B 1E
Octal 224 7 126 0 137 52 52 506 133 36
Binary 10010100 111 1010110 0 1011111 101010 101010 101000110 1011011 11110

Color Harmonies of #940756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940756

Black with #940756

Text Example


Text Example

White with #940756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940756; }

 p { color: rgb(148,7,86); }

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

background-color css

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

 a { background-color: rgb(148,7,86); }

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

border-color css

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

 span { border-color: rgb(148,7,86); }

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