Html Css Color HEX #9B1965 Jazzberry Jam

📋 copy color: '#9B1965'

red 155 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #9B1965

Tints of Jazzberry Jam #9B1965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 55.16%
G = 8.9%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B1965 (or 0x9B1965) is known color: Jazzberry Jam. HEX triplet: 9B, 19 and 65. RGB value is (155,25,101). Sum of RGB (Red+Green+Blue) = 155+25+101=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1965 is #64E69A. Grayscale: #484848. Windows color (decimal): -6612635 or 6625691. OLE color: 6625691.

HSL color Cylindrical-coordinate representation of color #9B1965: hue angle of 324.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1965 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 25 101 -
CMYK 0 0.84 0.35 0.39
HSL 324.92º 0.72% 0.35% -
HSV(B) 324.92º 0.84% 0.61% -
XYZ 16.21 8.6 13.12 -
YUV 72.53 144.07 186.82 -
System Red Green Blue C M Y K H S L
Decimal 155 25 101 0 0.84 0.35 0.39 324.92 0.72 0.35
Hex 9B 19 65 0 54 23 27 145 48 23
Octal 233 31 145 0 124 43 47 505 110 43
Binary 10011011 11001 1100101 0 1010100 100011 100111 101000101 1001000 100011

Color Harmonies of #9B1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1965

Black with #9B1965

Text Example


Text Example

White with #9B1965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,101); }

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

background-color css

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

 a { background-color: rgb(155,25,101); }

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

border-color css

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

 span { border-color: rgb(155,25,101); }

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