Html Css Color HEX #9C075B Jazzberry Jam

📋 copy color: '#9C075B'

red 156 ◦ green 7 ◦ blue 91

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

Shades of Jazzberry Jam #9C075B

Tints of Jazzberry Jam #9C075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 61.42%
G = 2.76%
B = 35.83%

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

#9C075B (or 0x9C075B) is known color: Jazzberry Jam. HEX triplet: 9C, 07 and 5B. RGB value is (156,7,91). Sum of RGB (Red+Green+Blue) = 156+7+91=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C075B is #63F8A4. Grayscale: #3C3C3C. Windows color (decimal): -6551717 or 5965724. OLE color: 5965724.

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

Color convert

RGB 156 7 91 -
CMYK 0 0.96 0.42 0.39
HSL 326.17º 0.91% 0.32% -
HSV(B) 326.17º 0.96% 0.61% -
XYZ 15.67 7.98 10.61 -
YUV 61.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 156 7 91 0 0.96 0.42 0.39 326.17 0.91 0.32
Hex 9C 7 5B 0 60 2A 27 146 5B 20
Octal 234 7 133 0 140 52 47 506 133 40
Binary 10011100 111 1011011 0 1100000 101010 100111 101000110 1011011 100000

Color Harmonies of #9C075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C075B

Black with #9C075B

Text Example


Text Example

White with #9C075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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