Html Css Color HEX #940844 Jazzberry Jam

📋 copy color: '#940844'

red 148 ◦ green 8 ◦ blue 68

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

Shades of Jazzberry Jam #940844

Tints of Jazzberry Jam #940844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 68 (26.95% from 255) = 30.36%

R = 66.07%
G = 3.57%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#940844 (or 0x940844) is known color: Jazzberry Jam. HEX triplet: 94, 08 and 44. RGB value is (148,8,68). Sum of RGB (Red+Green+Blue) = 148+8+68=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #940844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940844 is #6BF7BB. Grayscale: #383838. Windows color (decimal): -7075772 or 4458644. OLE color: 4458644.

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

Color convert

RGB 148 8 68 -
CMYK 0 0.95 0.54 0.42
HSL 334.29º 0.9% 0.31% -
HSV(B) 334.29º 0.95% 0.58% -
XYZ 13.34 6.89 6.09 -
YUV 56.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 148 8 68 0 0.95 0.54 0.42 334.29 0.9 0.31
Hex 94 8 44 0 5F 36 2A 14E 5A 1F
Octal 224 10 104 0 137 66 52 516 132 37
Binary 10010100 1000 1000100 0 1011111 110110 101010 101001110 1011010 11111

Color Harmonies of #940844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940844

Black with #940844

Text Example


Text Example

White with #940844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940844; }

 p { color: rgb(148,8,68); }

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

background-color css

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

 a { background-color: rgb(148,8,68); }

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

border-color css

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

 span { border-color: rgb(148,8,68); }

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