Html Css Color HEX #9C035A Jazzberry Jam

📋 copy color: '#9C035A'

red 156 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #9C035A

Tints of Jazzberry Jam #9C035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 62.65%
G = 1.2%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C035A (or 0x9C035A) is known color: Jazzberry Jam. HEX triplet: 9C, 03 and 5A. RGB value is (156,3,90). Sum of RGB (Red+Green+Blue) = 156+3+90=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C035A is #63FCA5. Grayscale: #3A3A3A. Windows color (decimal): -6552742 or 5899164. OLE color: 5899164.

HSL color Cylindrical-coordinate representation of color #9C035A: hue angle of 325.88º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C035A is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 3 90 -
CMYK 0 0.98 0.42 0.39
HSL 325.88º 0.96% 0.31% -
HSV(B) 325.88º 0.98% 0.61% -
XYZ 15.59 7.87 10.37 -
YUV 58.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 156 3 90 0 0.98 0.42 0.39 325.88 0.96 0.31
Hex 9C 3 5A 0 62 2A 27 146 60 1F
Octal 234 3 132 0 142 52 47 506 140 37
Binary 10011100 11 1011010 0 1100010 101010 100111 101000110 1100000 11111

Color Harmonies of #9C035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C035A

Black with #9C035A

Text Example


Text Example

White with #9C035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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