#9A216C

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

Shades of Jazzberry Jam #9A216C

Tints of Jazzberry Jam #9A216C

Color information

#9A216C (or 0x9A216C) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 21 and 6C. RGB value is (154,33,108). Sum of RGB (Red+Green+Blue) = 154+33+108=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A216C is #65DE93. Grayscale: #4D4D4D. Windows color (decimal): -6676116 or 7086490. OLE color: 7086490.

HSL color Cylindrical-coordinate representation of color #9A216C: hue angle of 322.81º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A216C is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15433108-
CMYK00.790.300.40
HSL322.81º64.71%36.67%-
HSV(B)322.81º78.57%60.39%-
XYZ16.589.0415.06-
YUV77.73145.09182.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.20%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=52.20%
G=11.19%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543310800.790.300.40322.8164.7136.67
Hex9A216C04F1E281434125
Octal232411540117365050310145
Binary10011010100001110110001001111111101010001010000111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A216C; }

 p { color: rgb(154,33,108); }

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

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

 a { background-color: rgb(154,33,108); }

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

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

 span { border-color: rgb(154,33,108); }

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