Html Css Color HEX #9C075F Jazzberry Jam

📋 copy color: '#9C075F'

red 156 ◦ green 7 ◦ blue 95

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

Shades of Jazzberry Jam #9C075F

Tints of Jazzberry Jam #9C075F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 60.47%
G = 2.71%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C075F (or 0x9C075F) is known color: Jazzberry Jam. HEX triplet: 9C, 07 and 5F. RGB value is (156,7,95). Sum of RGB (Red+Green+Blue) = 156+7+95=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C075F is #63F8A0. Grayscale: #3D3D3D. Windows color (decimal): -6551713 or 6227868. OLE color: 6227868.

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

Color convert

RGB 156 7 95 -
CMYK 0 0.96 0.39 0.39
HSL 324.56º 0.91% 0.32% -
HSV(B) 324.56º 0.96% 0.61% -
XYZ 15.85 8.05 11.54 -
YUV 61.58 146.86 195.34 -
System Red Green Blue C M Y K H S L
Decimal 156 7 95 0 0.96 0.39 0.39 324.56 0.91 0.32
Hex 9C 7 5F 0 60 27 27 145 5B 20
Octal 234 7 137 0 140 47 47 505 133 40
Binary 10011100 111 1011111 0 1100000 100111 100111 101000101 1011011 100000

Color Harmonies of #9C075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C075F

Black with #9C075F

Text Example


Text Example

White with #9C075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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