Html Css Color HEX #9B175D Jazzberry Jam

📋 copy color: '#9B175D'

red 155 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #9B175D

Tints of Jazzberry Jam #9B175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 57.2%
G = 8.49%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B175D (or 0x9B175D) is known color: Jazzberry Jam. HEX triplet: 9B, 17 and 5D. RGB value is (155,23,93). Sum of RGB (Red+Green+Blue) = 155+23+93=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B175D is #64E8A2. Grayscale: #464646. Windows color (decimal): -6613155 or 6100891. OLE color: 6100891.

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

Color convert

RGB 155 23 93 -
CMYK 0 0.85 0.4 0.39
HSL 328.18º 0.74% 0.35% -
HSV(B) 328.18º 0.85% 0.61% -
XYZ 15.8 8.37 11.14 -
YUV 70.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 155 23 93 0 0.85 0.4 0.39 328.18 0.74 0.35
Hex 9B 17 5D 0 55 28 27 148 4A 23
Octal 233 27 135 0 125 50 47 510 112 43
Binary 10011011 10111 1011101 0 1010101 101000 100111 101001000 1001010 100011

Color Harmonies of #9B175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B175D

Black with #9B175D

Text Example


Text Example

White with #9B175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,23,93); }

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

background-color css

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

 a { background-color: rgb(155,23,93); }

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

border-color css

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

 span { border-color: rgb(155,23,93); }

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