Html Css Color HEX #941663 Jazzberry Jam

📋 copy color: '#941663'

red 148 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #941663

Tints of Jazzberry Jam #941663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 55.02%
G = 8.18%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#941663 (or 0x941663) is known color: Jazzberry Jam. HEX triplet: 94, 16 and 63. RGB value is (148,22,99). Sum of RGB (Red+Green+Blue) = 148+22+99=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #941663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941663 is #6BE99C. Grayscale: #444444. Windows color (decimal): -7072157 or 6493844. OLE color: 6493844.

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

Color convert

RGB 148 22 99 -
CMYK 0 0.85 0.33 0.42
HSL 323.33º 0.74% 0.33% -
HSV(B) 323.33º 0.85% 0.58% -
XYZ 14.75 7.77 12.53 -
YUV 68.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 148 22 99 0 0.85 0.33 0.42 323.33 0.74 0.33
Hex 94 16 63 0 55 21 2A 143 4A 21
Octal 224 26 143 0 125 41 52 503 112 41
Binary 10010100 10110 1100011 0 1010101 100001 101010 101000011 1001010 100001

Color Harmonies of #941663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941663

Black with #941663

Text Example


Text Example

White with #941663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941663; }

 p { color: rgb(148,22,99); }

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

background-color css

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

 a { background-color: rgb(148,22,99); }

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

border-color css

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

 span { border-color: rgb(148,22,99); }

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