Html Css Color HEX #9A084A Jazzberry Jam

📋 copy color: '#9A084A'

red 154 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #9A084A

Tints of Jazzberry Jam #9A084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 65.25%
G = 3.39%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#9A084A (or 0x9A084A) is known color: Jazzberry Jam. HEX triplet: 9A, 08 and 4A. RGB value is (154,8,74). Sum of RGB (Red+Green+Blue) = 154+8+74=236 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.25% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 154 - color contains mainly: red. Hex color #9A084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A084A is #65F7B5. Grayscale: #3B3B3B. Windows color (decimal): -6682550 or 4851866. OLE color: 4851866.

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

Color convert

RGB 154 8 74 -
CMYK 0 0.95 0.52 0.40
HSL 332.88º 0.9% 0.32% -
HSV(B) 332.88º 0.95% 0.6% -
XYZ 14.65 7.54 7.16 -
YUV 59.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 154 8 74 0 0.95 0.52 0.40 332.88 0.9 0.32
Hex 9A 8 4A 0 5F 34 28 14D 5A 20
Octal 232 10 112 0 137 64 50 515 132 40
Binary 10011010 1000 1001010 0 1011111 110100 101000 101001101 1011010 100000

Color Harmonies of #9A084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A084A

Black with #9A084A

Text Example


Text Example

White with #9A084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,8,74); }

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

background-color css

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

 a { background-color: rgb(154,8,74); }

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

border-color css

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

 span { border-color: rgb(154,8,74); }

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