Html Css Color HEX #9A0047 Jazzberry Jam

📋 copy color: '#9A0047'

red 154 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #9A0047

Tints of Jazzberry Jam #9A0047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.56%

R = 68.44%
G = 0%
B = 31.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#9A0047 (or 0x9A0047) is known color: Jazzberry Jam. HEX triplet: 9A, 00 and 47. RGB value is (154,0,71). Sum of RGB (Red+Green+Blue) = 154+0+71=225 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0047 is #65FFB8. Grayscale: #363636. Windows color (decimal): -6684601 or 4653210. OLE color: 4653210.

HSL color Cylindrical-coordinate representation of color #9A0047: hue angle of 332.34º 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 #9A0047 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 0 71 -
CMYK 0 1 0.54 0.40
HSL 332.34º 1% 0.3% -
HSV(B) 332.34º 1% 0.6% -
XYZ 14.46 7.32 6.61 -
YUV 54.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 154 0 71 0 1 0.54 0.40 332.34 1 0.3
Hex 9A 0 47 0 64 36 28 14C 64 1E
Octal 232 0 107 0 144 66 50 514 144 36
Binary 10011010 0 1000111 0 1100100 110110 101000 101001100 1100100 11110

Color Harmonies of #9A0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0047

Black with #9A0047

Text Example


Text Example

White with #9A0047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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