#941866

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

Shades of Jazzberry Jam #941866

Tints of Jazzberry Jam #941866

Color information

#941866 (or 0x941866) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 18 and 66. RGB value is (148,24,102). Sum of RGB (Red+Green+Blue) = 148+24+102=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #941866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941866 is #6BE799. Grayscale: #454545. Windows color (decimal): -7071642 or 6690964. OLE color: 6690964.

HSL color Cylindrical-coordinate representation of color #941866: hue angle of 322.26º 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 #941866 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14824102-
CMYK00.840.310.42
HSL322.26º72.09%33.73%-
HSV(B)322.26º83.78%58.04%-
XYZ14.947.9113.31-
YUV69.97146.08183.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.01%
GREEN value IS 24 (9.77% from 255) = 8.76%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=54.01%
G=8.76%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482410200.840.310.42322.2672.0933.73
Hex9418660541F2A1424822
Octal224301460124375250211042
Binary1001010011000110011001010100111111010101010000101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941866; }

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

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

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

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

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

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

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

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