Html Css Color HEX #9A024C Jazzberry Jam

📋 copy color: '#9A024C'

red 154 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #9A024C

Tints of Jazzberry Jam #9A024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 66.38%
G = 0.86%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#9A024C (or 0x9A024C) is known color: Jazzberry Jam. HEX triplet: 9A, 02 and 4C. RGB value is (154,2,76). Sum of RGB (Red+Green+Blue) = 154+2+76=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A024C is #65FDB3. Grayscale: #373737. Windows color (decimal): -6684084 or 4981402. OLE color: 4981402.

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

Color convert

RGB 154 2 76 -
CMYK 0 0.99 0.51 0.40
HSL 330.79º 0.97% 0.31% -
HSV(B) 330.79º 0.99% 0.6% -
XYZ 14.65 7.44 7.5 -
YUV 55.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 154 2 76 0 0.99 0.51 0.40 330.79 0.97 0.31
Hex 9A 2 4C 0 63 33 28 14B 61 1F
Octal 232 2 114 0 143 63 50 513 141 37
Binary 10011010 10 1001100 0 1100011 110011 101000 101001011 1100001 11111

Color Harmonies of #9A024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A024C

Black with #9A024C

Text Example


Text Example

White with #9A024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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