Html Css Color HEX #9A1552 Jazzberry Jam

📋 copy color: '#9A1552'

red 154 ◦ green 21 ◦ blue 82

#9A1552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #9A1552

Tints of Jazzberry Jam #9A1552

RGB

 RED value IS 154 (60.55% from 255) = 59.92%

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 59.92%
G = 8.17%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A1552 (or 0x9A1552) is known color: Jazzberry Jam. HEX triplet: 9A, 15 and 52. RGB value is (154,21,82). Sum of RGB (Red+Green+Blue) = 154+21+82=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1552 is #65EAAD. Grayscale: #434343. Windows color (decimal): -6679214 or 5379482. OLE color: 5379482.

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

Color convert

RGB 154 21 82 -
CMYK 0 0.86 0.47 0.40
HSL 332.48º 0.76% 0.34% -
HSV(B) 332.48º 0.86% 0.6% -
XYZ 15.12 8.02 8.73 -
YUV 67.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 154 21 82 0 0.86 0.47 0.40 332.48 0.76 0.34
Hex 9A 15 52 0 56 2F 28 14C 4C 22
Octal 232 25 122 0 126 57 50 514 114 42
Binary 10011010 10101 1010010 0 1010110 101111 101000 101001100 1001100 100010

Color Harmonies of #9A1552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1552

Black with #9A1552

Text Example


Text Example

White with #9A1552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,21,82); }

 H1.HeaderClassName
 {
   color: #9A1552;
 }
 .AnyTagClassName
 {
   color: #9A1552;
 }
</style>

background-color css

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

 a { background-color: rgb(154,21,82); }

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

border-color css

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

 span { border-color: rgb(154,21,82); }

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