Html Css Color HEX #941963 Jazzberry Jam

📋 copy color: '#941963'

red 148 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #941963

Tints of Jazzberry Jam #941963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 54.41%
G = 9.19%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#941963 (or 0x941963) is known color: Jazzberry Jam. HEX triplet: 94, 19 and 63. RGB value is (148,25,99). Sum of RGB (Red+Green+Blue) = 148+25+99=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #941963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941963 is #6BE69C. Grayscale: #464646. Windows color (decimal): -7071389 or 6494612. OLE color: 6494612.

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

Color convert

RGB 148 25 99 -
CMYK 0 0.83 0.33 0.42
HSL 323.9º 0.71% 0.34% -
HSV(B) 323.9º 0.83% 0.58% -
XYZ 14.81 7.89 12.55 -
YUV 70.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 148 25 99 0 0.83 0.33 0.42 323.9 0.71 0.34
Hex 94 19 63 0 53 21 2A 144 47 22
Octal 224 31 143 0 123 41 52 504 107 42
Binary 10010100 11001 1100011 0 1010011 100001 101010 101000100 1000111 100010

Color Harmonies of #941963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941963

Black with #941963

Text Example


Text Example

White with #941963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941963; }

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

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

background-color css

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

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

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

border-color css

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

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

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