#921E63

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

Shades of Jazzberry Jam #921E63

Tints of Jazzberry Jam #921E63

Color information

#921E63 (or 0x921E63) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 1E and 63. RGB value is (146,30,99). Sum of RGB (Red+Green+Blue) = 146+30+99=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #921E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921E63 is #6DE19C. Grayscale: #484848. Windows color (decimal): -7201181 or 6495890. OLE color: 6495890.

HSL color Cylindrical-coordinate representation of color #921E63: hue angle of 324.31º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921E63 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1463099-
CMYK00.790.320.43
HSL324.31º65.91%34.51%-
HSV(B)324.31º79.45%57.25%-
XYZ14.577.9412.57-
YUV72.55142.93180.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 99 (39.06% from 255) = 36%
R=53.09%
G=10.91%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146309900.790.320.43324.3165.9134.51
Hex921E6304F202B1444223
Octal222361430117405350410243
Binary10010010111101100011010011111000001010111010001001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921E63; }

 p { color: rgb(146,30,99); }

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

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

 a { background-color: rgb(146,30,99); }

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

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

 span { border-color: rgb(146,30,99); }

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