Html Css Color HEX #9A0E4D Jazzberry Jam

📋 copy color: '#9A0E4D'

red 154 ◦ green 14 ◦ blue 77

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

Shades of Jazzberry Jam #9A0E4D

Tints of Jazzberry Jam #9A0E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

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

R = 62.86%
G = 5.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#9A0E4D (or 0x9A0E4D) is known color: Jazzberry Jam. HEX triplet: 9A, 0E and 4D. RGB value is (154,14,77). Sum of RGB (Red+Green+Blue) = 154+14+77=245 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.86% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0E4D is #65F1B2. Grayscale: #3E3E3E. Windows color (decimal): -6681011 or 5050010. OLE color: 5050010.

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

Color convert

RGB 154 14 77 -
CMYK 0 0.91 0.50 0.40
HSL 333º 0.83% 0.33% -
HSV(B) 333º 0.91% 0.6% -
XYZ 14.82 7.72 7.73 -
YUV 63.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 154 14 77 0 0.91 0.50 0.40 333 0.83 0.33
Hex 9A E 4D 0 5B 32 28 14D 53 21
Octal 232 16 115 0 133 62 50 515 123 41
Binary 10011010 1110 1001101 0 1011011 110010 101000 101001101 1010011 100001

Color Harmonies of #9A0E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0E4D

Black with #9A0E4D

Text Example


Text Example

White with #9A0E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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