Html Css Color HEX #9B074F Jazzberry Jam

📋 copy color: '#9B074F'

red 155 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #9B074F

Tints of Jazzberry Jam #9B074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 64.32%
G = 2.9%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B074F (or 0x9B074F) is known color: Jazzberry Jam. HEX triplet: 9B, 07 and 4F. RGB value is (155,7,79). Sum of RGB (Red+Green+Blue) = 155+7+79=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B074F is #64F8B0. Grayscale: #3B3B3B. Windows color (decimal): -6617265 or 5179291. OLE color: 5179291.

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

Color convert

RGB 155 7 79 -
CMYK 0 0.95 0.49 0.39
HSL 330.81º 0.91% 0.32% -
HSV(B) 330.81º 0.95% 0.61% -
XYZ 15 7.69 8.09 -
YUV 59.46 139.03 196.15 -
System Red Green Blue C M Y K H S L
Decimal 155 7 79 0 0.95 0.49 0.39 330.81 0.91 0.32
Hex 9B 7 4F 0 5F 31 27 14B 5B 20
Octal 233 7 117 0 137 61 47 513 133 40
Binary 10011011 111 1001111 0 1011111 110001 100111 101001011 1011011 100000

Color Harmonies of #9B074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B074F

Black with #9B074F

Text Example


Text Example

White with #9B074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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