#9A014A

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

Shades of Jazzberry Jam #9A014A

Tints of Jazzberry Jam #9A014A

Color information

#9A014A (or 0x9A014A) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 01 and 4A. RGB value is (154,1,74). Sum of RGB (Red+Green+Blue) = 154+1+74=229 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.25% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 154 - color contains mainly: red. Hex color #9A014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A014A is #65FEB5. Grayscale: #363636. Windows color (decimal): -6684342 or 4850074. OLE color: 4850074.

HSL color Cylindrical-coordinate representation of color #9A014A: hue angle of 331.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A014A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB154174-
CMYK00.990.520.40
HSL331.37º98.71%30.39%-
HSV(B)331.37º99.35%60.39%-
XYZ14.577.397.14-
YUV55.07138.69198.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 67.25%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=67.25%
G=0.44%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15417400.990.520.40331.3798.7130.39
Hex9A14A063342814b631e
Octal23211120143645051314336
Binary100110101100101001100011110100101000101001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,1,74); }

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

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

 a { background-color: rgb(154,1,74); }

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

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

 span { border-color: rgb(154,1,74); }

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