Html Css Color HEX #9B074C Jazzberry Jam

📋 copy color: '#9B074C'

red 155 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #9B074C

Tints of Jazzberry Jam #9B074C

RGB

 RED value IS 155 (60.94% from 255) = 65.13%

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

 BLUE value IS 76 (30.08% from 255) = 31.93%

R = 65.13%
G = 2.94%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B074C (or 0x9B074C) is known color: Jazzberry Jam. HEX triplet: 9B, 07 and 4C. RGB value is (155,7,76). Sum of RGB (Red+Green+Blue) = 155+7+76=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B074C is #64F8B3. Grayscale: #3A3A3A. Windows color (decimal): -6617268 or 4982683. OLE color: 4982683.

HSL color Cylindrical-coordinate representation of color #9B074C: hue angle of 332.03º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B074C is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 7 76 -
CMYK 0 0.95 0.51 0.39
HSL 332.03º 0.91% 0.32% -
HSV(B) 332.03º 0.95% 0.61% -
XYZ 14.9 7.64 7.53 -
YUV 59.12 137.53 196.39 -
System Red Green Blue C M Y K H S L
Decimal 155 7 76 0 0.95 0.51 0.39 332.03 0.91 0.32
Hex 9B 7 4C 0 5F 33 27 14C 5B 20
Octal 233 7 114 0 137 63 47 514 133 40
Binary 10011011 111 1001100 0 1011111 110011 100111 101001100 1011011 100000

Color Harmonies of #9B074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B074C

Black with #9B074C

Text Example


Text Example

White with #9B074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,7,76); }

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

background-color css

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

 a { background-color: rgb(155,7,76); }

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

border-color css

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

 span { border-color: rgb(155,7,76); }

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