Html Css Color HEX #9C075C Jazzberry Jam

📋 copy color: '#9C075C'

red 156 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #9C075C

Tints of Jazzberry Jam #9C075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 61.18%
G = 2.75%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9C075C (or 0x9C075C) is known color: Jazzberry Jam. HEX triplet: 9C, 07 and 5C. RGB value is (156,7,92). Sum of RGB (Red+Green+Blue) = 156+7+92=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C075C is #63F8A3. Grayscale: #3D3D3D. Windows color (decimal): -6551716 or 6031260. OLE color: 6031260.

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

Color convert

RGB 156 7 92 -
CMYK 0 0.96 0.41 0.39
HSL 325.77º 0.91% 0.32% -
HSV(B) 325.77º 0.96% 0.61% -
XYZ 15.72 7.99 10.84 -
YUV 61.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 156 7 92 0 0.96 0.41 0.39 325.77 0.91 0.32
Hex 9C 7 5C 0 60 29 27 146 5B 20
Octal 234 7 134 0 140 51 47 506 133 40
Binary 10011100 111 1011100 0 1100000 101001 100111 101000110 1011011 100000

Color Harmonies of #9C075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C075C

Black with #9C075C

Text Example


Text Example

White with #9C075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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