Html Css Color HEX #9C065B Jazzberry Jam

📋 copy color: '#9C065B'

red 156 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #9C065B

Tints of Jazzberry Jam #9C065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.97%

R = 61.66%
G = 2.37%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C065B (or 0x9C065B) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 5B. RGB value is (156,6,91). Sum of RGB (Red+Green+Blue) = 156+6+91=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C065B is #63F9A4. Grayscale: #3C3C3C. Windows color (decimal): -6551973 or 5965468. OLE color: 5965468.

HSL color Cylindrical-coordinate representation of color #9C065B: hue angle of 326º 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 #9C065B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 6 91 -
CMYK 0 0.96 0.42 0.39
HSL 326º 0.93% 0.32% -
HSV(B) 326º 0.96% 0.61% -
XYZ 15.66 7.95 10.61 -
YUV 60.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 156 6 91 0 0.96 0.42 0.39 326 0.93 0.32
Hex 9C 6 5B 0 60 2A 27 146 5D 20
Octal 234 6 133 0 140 52 47 506 135 40
Binary 10011100 110 1011011 0 1100000 101010 100111 101000110 1011101 100000

Color Harmonies of #9C065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C065B

Black with #9C065B

Text Example


Text Example

White with #9C065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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