Html Css Color HEX #9C094D Jazzberry Jam

📋 copy color: '#9C094D'

red 156 ◦ green 9 ◦ blue 77

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

Shades of Jazzberry Jam #9C094D

Tints of Jazzberry Jam #9C094D

RGB

 RED value IS 156 (61.33% from 255) = 64.46%

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

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

R = 64.46%
G = 3.72%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C094D (or 0x9C094D) is known color: Jazzberry Jam. HEX triplet: 9C, 09 and 4D. RGB value is (156,9,77). Sum of RGB (Red+Green+Blue) = 156+9+77=242 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.46% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 156 - color contains mainly: red. Hex color #9C094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C094D is #63F6B2. Grayscale: #3C3C3C. Windows color (decimal): -6551219 or 5048732. OLE color: 5048732.

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

Color convert

RGB 156 9 77 -
CMYK 0 0.94 0.51 0.39
HSL 332.24º 0.89% 0.32% -
HSV(B) 332.24º 0.94% 0.61% -
XYZ 15.15 7.8 7.73 -
YUV 60.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 156 9 77 0 0.94 0.51 0.39 332.24 0.89 0.32
Hex 9C 9 4D 0 5E 33 27 14C 59 20
Octal 234 11 115 0 136 63 47 514 131 40
Binary 10011100 1001 1001101 0 1011110 110011 100111 101001100 1011001 100000

Color Harmonies of #9C094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C094D

Black with #9C094D

Text Example


Text Example

White with #9C094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,9,77); }

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

background-color css

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

 a { background-color: rgb(156,9,77); }

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

border-color css

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

 span { border-color: rgb(156,9,77); }

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