Html Css Color HEX #9A0254 Jazzberry Jam

📋 copy color: '#9A0254'

red 154 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #9A0254

Tints of Jazzberry Jam #9A0254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35%

R = 64.17%
G = 0.83%
B = 35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#9A0254 (or 0x9A0254) is known color: Jazzberry Jam. HEX triplet: 9A, 02 and 54. RGB value is (154,2,84). Sum of RGB (Red+Green+Blue) = 154+2+84=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0254 is #65FDAB. Grayscale: #383838. Windows color (decimal): -6684076 or 5505690. OLE color: 5505690.

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

Color convert

RGB 154 2 84 -
CMYK 0 0.99 0.45 0.40
HSL 327.63º 0.97% 0.31% -
HSV(B) 327.63º 0.99% 0.6% -
XYZ 14.95 7.55 9.06 -
YUV 56.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 154 2 84 0 0.99 0.45 0.40 327.63 0.97 0.31
Hex 9A 2 54 0 63 2D 28 148 61 1F
Octal 232 2 124 0 143 55 50 510 141 37
Binary 10011010 10 1010100 0 1100011 101101 101000 101001000 1100001 11111

Color Harmonies of #9A0254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0254

Black with #9A0254

Text Example


Text Example

White with #9A0254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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