Html Css Color HEX #9A084C Jazzberry Jam

📋 copy color: '#9A084C'

red 154 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #9A084C

Tints of Jazzberry Jam #9A084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.93%

R = 64.71%
G = 3.36%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#9A084C (or 0x9A084C) is known color: Jazzberry Jam. HEX triplet: 9A, 08 and 4C. RGB value is (154,8,76). Sum of RGB (Red+Green+Blue) = 154+8+76=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A084C is #65F7B3. Grayscale: #3B3B3B. Windows color (decimal): -6682548 or 4982938. OLE color: 4982938.

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

Color convert

RGB 154 8 76 -
CMYK 0 0.95 0.51 0.40
HSL 332.05º 0.9% 0.32% -
HSV(B) 332.05º 0.95% 0.6% -
XYZ 14.72 7.57 7.52 -
YUV 59.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 154 8 76 0 0.95 0.51 0.40 332.05 0.9 0.32
Hex 9A 8 4C 0 5F 33 28 14C 5A 20
Octal 232 10 114 0 137 63 50 514 132 40
Binary 10011010 1000 1001100 0 1011111 110011 101000 101001100 1011010 100000

Color Harmonies of #9A084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A084C

Black with #9A084C

Text Example


Text Example

White with #9A084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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