Html Css Color HEX #9A0D4D Jazzberry Jam

📋 copy color: '#9A0D4D'

red 154 ◦ green 13 ◦ blue 77

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

Shades of Jazzberry Jam #9A0D4D

Tints of Jazzberry Jam #9A0D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.33%

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 63.11%
G = 5.33%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#9A0D4D (or 0x9A0D4D) is known color: Jazzberry Jam. HEX triplet: 9A, 0D and 4D. RGB value is (154,13,77). Sum of RGB (Red+Green+Blue) = 154+13+77=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0D4D is #65F2B2. Grayscale: #3E3E3E. Windows color (decimal): -6681267 or 5049754. OLE color: 5049754.

HSL color Cylindrical-coordinate representation of color #9A0D4D: hue angle of 332.77º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D4D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 13 77 -
CMYK 0 0.92 0.50 0.40
HSL 332.77º 0.84% 0.33% -
HSV(B) 332.77º 0.92% 0.6% -
XYZ 14.81 7.69 7.73 -
YUV 62.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 154 13 77 0 0.92 0.50 0.40 332.77 0.84 0.33
Hex 9A D 4D 0 5C 32 28 14D 54 21
Octal 232 15 115 0 134 62 50 515 124 41
Binary 10011010 1101 1001101 0 1011100 110010 101000 101001101 1010100 100001

Color Harmonies of #9A0D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0D4D

Black with #9A0D4D

Text Example


Text Example

White with #9A0D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,13,77); }

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

background-color css

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

 a { background-color: rgb(154,13,77); }

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

border-color css

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

 span { border-color: rgb(154,13,77); }

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