Html Css Color HEX #9C075A Jazzberry Jam

📋 copy color: '#9C075A'

red 156 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #9C075A

Tints of Jazzberry Jam #9C075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.57%

R = 61.66%
G = 2.77%
B = 35.57%

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

#9C075A (or 0x9C075A) is known color: Jazzberry Jam. HEX triplet: 9C, 07 and 5A. RGB value is (156,7,90). Sum of RGB (Red+Green+Blue) = 156+7+90=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C075A is #63F8A5. Grayscale: #3C3C3C. Windows color (decimal): -6551718 or 5900188. OLE color: 5900188.

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

Color convert

RGB 156 7 90 -
CMYK 0 0.96 0.42 0.39
HSL 326.58º 0.91% 0.32% -
HSV(B) 326.58º 0.96% 0.61% -
XYZ 15.63 7.96 10.39 -
YUV 61.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 156 7 90 0 0.96 0.42 0.39 326.58 0.91 0.32
Hex 9C 7 5A 0 60 2A 27 147 5B 20
Octal 234 7 132 0 140 52 47 507 133 40
Binary 10011100 111 1011010 0 1100000 101010 100111 101000111 1011011 100000

Color Harmonies of #9C075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C075A

Black with #9C075A

Text Example


Text Example

White with #9C075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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