Html Css Color HEX #9A114C Jazzberry Jam

📋 copy color: '#9A114C'

red 154 ◦ green 17 ◦ blue 76

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

Shades of Jazzberry Jam #9A114C

Tints of Jazzberry Jam #9A114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

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

R = 62.35%
G = 6.88%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#9A114C (or 0x9A114C) is known color: Jazzberry Jam. HEX triplet: 9A, 11 and 4C. RGB value is (154,17,76). Sum of RGB (Red+Green+Blue) = 154+17+76=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A114C is #65EEB3. Grayscale: #404040. Windows color (decimal): -6680244 or 4985242. OLE color: 4985242.

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

Color convert

RGB 154 17 76 -
CMYK 0 0.89 0.51 0.40
HSL 334.16º 0.8% 0.34% -
HSV(B) 334.16º 0.89% 0.6% -
XYZ 14.83 7.79 7.56 -
YUV 64.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 154 17 76 0 0.89 0.51 0.40 334.16 0.8 0.34
Hex 9A 11 4C 0 59 33 28 14E 50 22
Octal 232 21 114 0 131 63 50 516 120 42
Binary 10011010 10001 1001100 0 1011001 110011 101000 101001110 1010000 100010

Color Harmonies of #9A114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A114C

Black with #9A114C

Text Example


Text Example

White with #9A114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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