Html Css Color HEX #9B0458 Jazzberry Jam

📋 copy color: '#9B0458'

red 155 ◦ green 4 ◦ blue 88

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

Shades of Jazzberry Jam #9B0458

Tints of Jazzberry Jam #9B0458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

 BLUE value IS 88 (34.77% from 255) = 35.63%

R = 62.75%
G = 1.62%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B0458 (or 0x9B0458) is known color: Jazzberry Jam. HEX triplet: 9B, 04 and 58. RGB value is (155,4,88). Sum of RGB (Red+Green+Blue) = 155+4+88=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0458 is #64FBA7. Grayscale: #3A3A3A. Windows color (decimal): -6618024 or 5768347. OLE color: 5768347.

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

Color convert

RGB 155 4 88 -
CMYK 0 0.97 0.43 0.39
HSL 326.62º 0.95% 0.31% -
HSV(B) 326.62º 0.97% 0.61% -
XYZ 15.32 7.76 9.92 -
YUV 58.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 155 4 88 0 0.97 0.43 0.39 326.62 0.95 0.31
Hex 9B 4 58 0 61 2B 27 147 5F 1F
Octal 233 4 130 0 141 53 47 507 137 37
Binary 10011011 100 1011000 0 1100001 101011 100111 101000111 1011111 11111

Color Harmonies of #9B0458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0458

Black with #9B0458

Text Example


Text Example

White with #9B0458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,88); }

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

background-color css

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

 a { background-color: rgb(155,4,88); }

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

border-color css

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

 span { border-color: rgb(155,4,88); }

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