#9A144D

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

Shades of Jazzberry Jam #9A144D

Tints of Jazzberry Jam #9A144D

Color information

#9A144D (or 0x9A144D) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 14 and 4D. RGB value is (154,20,77). Sum of RGB (Red+Green+Blue) = 154+20+77=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A144D is #65EBB2. Grayscale: #424242. Windows color (decimal): -6679475 or 5051546. OLE color: 5051546.

HSL color Cylindrical-coordinate representation of color #9A144D: hue angle of 334.48º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A144D is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1542077-
CMYK00.870.500.40
HSL334.48º77.01%34.12%-
HSV(B)334.48º87.01%60.39%-
XYZ14.927.917.76-
YUV66.56133.89190.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.35%
GREEN value IS 20 (8.20% from 255) = 7.97%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=61.35%
G=7.97%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154207700.870.500.40334.4877.0134.12
Hex9A144D057322814e4d22
Octal232241150127625051611542
Binary10011010101001001101010101111100101010001010011101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,20,77); }

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

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

 a { background-color: rgb(154,20,77); }

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

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

 span { border-color: rgb(154,20,77); }

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