Html Css Color HEX #9A0959 Jazzberry Jam

📋 copy color: '#9A0959'

red 154 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #9A0959

Tints of Jazzberry Jam #9A0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 61.11%
G = 3.57%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A0959 (or 0x9A0959) is known color: Jazzberry Jam. HEX triplet: 9A, 09 and 59. RGB value is (154,9,89). Sum of RGB (Red+Green+Blue) = 154+9+89=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0959 is #65F6A6. Grayscale: #3D3D3D. Windows color (decimal): -6682279 or 5835162. OLE color: 5835162.

HSL color Cylindrical-coordinate representation of color #9A0959: hue angle of 326.9º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0959 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 9 89 -
CMYK 0 0.94 0.42 0.40
HSL 326.9º 0.89% 0.32% -
HSV(B) 326.9º 0.94% 0.6% -
XYZ 15.23 7.79 10.15 -
YUV 61.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 154 9 89 0 0.94 0.42 0.40 326.9 0.89 0.32
Hex 9A 9 59 0 5E 2A 28 147 59 20
Octal 232 11 131 0 136 52 50 507 131 40
Binary 10011010 1001 1011001 0 1011110 101010 101000 101000111 1011001 100000

Color Harmonies of #9A0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0959

Black with #9A0959

Text Example


Text Example

White with #9A0959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,9,89); }

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

background-color css

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

 a { background-color: rgb(154,9,89); }

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

border-color css

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

 span { border-color: rgb(154,9,89); }

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