Html Css Color HEX #9A0946 Jazzberry Jam

📋 copy color: '#9A0946'

red 154 ◦ green 9 ◦ blue 70

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

Shades of Jazzberry Jam #9A0946

Tints of Jazzberry Jam #9A0946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

 BLUE value IS 70 (27.73% from 255) = 30.04%

R = 66.09%
G = 3.86%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#9A0946 (or 0x9A0946) is known color: Jazzberry Jam. HEX triplet: 9A, 09 and 46. RGB value is (154,9,70). Sum of RGB (Red+Green+Blue) = 154+9+70=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0946 is #65F6B9. Grayscale: #3B3B3B. Windows color (decimal): -6682298 or 4589978. OLE color: 4589978.

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

Color convert

RGB 154 9 70 -
CMYK 0 0.94 0.55 0.40
HSL 334.76º 0.89% 0.32% -
HSV(B) 334.76º 0.94% 0.6% -
XYZ 14.53 7.51 6.48 -
YUV 59.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 154 9 70 0 0.94 0.55 0.40 334.76 0.89 0.32
Hex 9A 9 46 0 5E 37 28 14F 59 20
Octal 232 11 106 0 136 67 50 517 131 40
Binary 10011010 1001 1000110 0 1011110 110111 101000 101001111 1011001 100000

Color Harmonies of #9A0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0946

Black with #9A0946

Text Example


Text Example

White with #9A0946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,9,70); }

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

background-color css

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

 a { background-color: rgb(154,9,70); }

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

border-color css

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

 span { border-color: rgb(154,9,70); }

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