Html Css Color HEX #941863 Jazzberry Jam

📋 copy color: '#941863'

red 148 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #941863

Tints of Jazzberry Jam #941863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 54.61%
G = 8.86%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#941863 (or 0x941863) is known color: Jazzberry Jam. HEX triplet: 94, 18 and 63. RGB value is (148,24,99). Sum of RGB (Red+Green+Blue) = 148+24+99=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #941863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941863 is #6BE79C. Grayscale: #454545. Windows color (decimal): -7071645 or 6494356. OLE color: 6494356.

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

Color convert

RGB 148 24 99 -
CMYK 0 0.84 0.33 0.42
HSL 323.71º 0.72% 0.34% -
HSV(B) 323.71º 0.84% 0.58% -
XYZ 14.79 7.85 12.54 -
YUV 69.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 148 24 99 0 0.84 0.33 0.42 323.71 0.72 0.34
Hex 94 18 63 0 54 21 2A 144 48 22
Octal 224 30 143 0 124 41 52 504 110 42
Binary 10010100 11000 1100011 0 1010100 100001 101010 101000100 1001000 100010

Color Harmonies of #941863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941863

Black with #941863

Text Example


Text Example

White with #941863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941863; }

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

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

background-color css

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

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

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

border-color css

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

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

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