Html Css Color HEX #9A0056 Jazzberry Jam

📋 copy color: '#9A0056'

red 154 ◦ green 0 ◦ blue 86

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

Shades of Jazzberry Jam #9A0056

Tints of Jazzberry Jam #9A0056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 64.17%
G = 0%
B = 35.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#9A0056 (or 0x9A0056) is known color: Jazzberry Jam. HEX triplet: 9A, 00 and 56. RGB value is (154,0,86). Sum of RGB (Red+Green+Blue) = 154+0+86=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0056 is #65FFA9. Grayscale: #373737. Windows color (decimal): -6684586 or 5636250. OLE color: 5636250.

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

Color convert

RGB 154 0 86 -
CMYK 0 1 0.44 0.40
HSL 326.49º 1% 0.3% -
HSV(B) 326.49º 1% 0.6% -
XYZ 15.01 7.54 9.47 -
YUV 55.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 154 0 86 0 1 0.44 0.40 326.49 1 0.3
Hex 9A 0 56 0 64 2C 28 146 64 1E
Octal 232 0 126 0 144 54 50 506 144 36
Binary 10011010 0 1010110 0 1100100 101100 101000 101000110 1100100 11110

Color Harmonies of #9A0056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0056

Black with #9A0056

Text Example


Text Example

White with #9A0056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,86); }

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

background-color css

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

 a { background-color: rgb(154,0,86); }

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

border-color css

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

 span { border-color: rgb(154,0,86); }

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