Html Css Color HEX #9B0942 Jazzberry Jam

📋 copy color: '#9B0942'

red 155 ◦ green 9 ◦ blue 66

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

Shades of Jazzberry Jam #9B0942

Tints of Jazzberry Jam #9B0942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

 BLUE value IS 66 (26.17% from 255) = 28.7%

R = 67.39%
G = 3.91%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B0942 (or 0x9B0942) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 42. RGB value is (155,9,66). Sum of RGB (Red+Green+Blue) = 155+9+66=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0942 is #64F6BD. Grayscale: #3B3B3B. Windows color (decimal): -6616766 or 4327835. OLE color: 4327835.

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

Color convert

RGB 155 9 66 -
CMYK 0 0.94 0.57 0.39
HSL 336.58º 0.89% 0.32% -
HSV(B) 336.58º 0.94% 0.61% -
XYZ 14.6 7.56 5.84 -
YUV 59.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 155 9 66 0 0.94 0.57 0.39 336.58 0.89 0.32
Hex 9B 9 42 0 5E 39 27 151 59 20
Octal 233 11 102 0 136 71 47 521 131 40
Binary 10011011 1001 1000010 0 1011110 111001 100111 101010001 1011001 100000

Color Harmonies of #9B0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0942

Black with #9B0942

Text Example


Text Example

White with #9B0942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,9,66); }

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

background-color css

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

 a { background-color: rgb(155,9,66); }

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

border-color css

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

 span { border-color: rgb(155,9,66); }

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