#941B62

Color #941B62 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #941B62

Tints of Jazzberry Jam #941B62

Color information

#941B62 (or 0x941B62) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 1B and 62. RGB value is (148,27,98). Sum of RGB (Red+Green+Blue) = 148+27+98=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #941B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941B62 is #6BE49D. Grayscale: #474747. Windows color (decimal): -7070878 or 6429588. OLE color: 6429588.

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

Color convert

RGB1482798-
CMYK00.820.340.42
HSL324.79º69.14%34.31%-
HSV(B)324.79º81.76%58.04%-
XYZ14.817.9612.31-
YUV71.27143.09182.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=54.21%
G=9.89%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148279800.820.340.42324.7969.1434.31
Hex941B62052222A1454522
Octal224331420122425250510542
Binary10010100110111100010010100101000101010101010001011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941B62; }

 p { color: rgb(148,27,98); }

 H1.HeaderClassName
 {
   color: #941B62;
 }
 .AnyTagClassName
 {
   color: #941B62;
 }
</style>
background-color css

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

 a { background-color: rgb(148,27,98); }

 div.DivClassName
 {
   background-color: #941B62;
 }
 .BgClassName
 {
   background-color: #941B62;
 }
</style>
border-color css

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

 span { border-color: rgb(148,27,98); }

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