Html Css Color HEX #9A1362 Jazzberry Jam

📋 copy color: '#9A1362'

red 154 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #9A1362

Tints of Jazzberry Jam #9A1362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 56.83%
G = 7.01%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A1362 (or 0x9A1362) is known color: Jazzberry Jam. HEX triplet: 9A, 13 and 62. RGB value is (154,19,98). Sum of RGB (Red+Green+Blue) = 154+19+98=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1362 is #65EC9D. Grayscale: #444444. Windows color (decimal): -6679710 or 6427546. OLE color: 6427546.

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

Color convert

RGB 154 19 98 -
CMYK 0 0.88 0.36 0.40
HSL 324.89º 0.78% 0.34% -
HSV(B) 324.89º 0.88% 0.6% -
XYZ 15.76 8.22 12.31 -
YUV 68.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 154 19 98 0 0.88 0.36 0.40 324.89 0.78 0.34
Hex 9A 13 62 0 58 24 28 145 4E 22
Octal 232 23 142 0 130 44 50 505 116 42
Binary 10011010 10011 1100010 0 1011000 100100 101000 101000101 1001110 100010

Color Harmonies of #9A1362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1362

Black with #9A1362

Text Example


Text Example

White with #9A1362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,19,98); }

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

background-color css

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

 a { background-color: rgb(154,19,98); }

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

border-color css

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

 span { border-color: rgb(154,19,98); }

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