Html Css Color HEX #9C065E Jazzberry Jam

📋 copy color: '#9C065E'

red 156 ◦ green 6 ◦ blue 94

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

Shades of Jazzberry Jam #9C065E

Tints of Jazzberry Jam #9C065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 60.94%
G = 2.34%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C065E (or 0x9C065E) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 5E. RGB value is (156,6,94). Sum of RGB (Red+Green+Blue) = 156+6+94=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C065E is #63F9A1. Grayscale: #3C3C3C. Windows color (decimal): -6551970 or 6162076. OLE color: 6162076.

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

Color convert

RGB 156 6 94 -
CMYK 0 0.96 0.40 0.39
HSL 324.8º 0.93% 0.32% -
HSV(B) 324.8º 0.96% 0.61% -
XYZ 15.8 8.01 11.3 -
YUV 60.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 156 6 94 0 0.96 0.40 0.39 324.8 0.93 0.32
Hex 9C 6 5E 0 60 28 27 145 5D 20
Octal 234 6 136 0 140 50 47 505 135 40
Binary 10011100 110 1011110 0 1100000 101000 100111 101000101 1011101 100000

Color Harmonies of #9C065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C065E

Black with #9C065E

Text Example


Text Example

White with #9C065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,94); }

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

background-color css

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

 a { background-color: rgb(156,6,94); }

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

border-color css

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

 span { border-color: rgb(156,6,94); }

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