Html Css Color HEX #9B125C Jazzberry Jam

📋 copy color: '#9B125C'

red 155 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #9B125C

Tints of Jazzberry Jam #9B125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 58.49%
G = 6.79%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B125C (or 0x9B125C) is known color: Jazzberry Jam. HEX triplet: 9B, 12 and 5C. RGB value is (155,18,92). Sum of RGB (Red+Green+Blue) = 155+18+92=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B125C is #64EDA3. Grayscale: #434343. Windows color (decimal): -6614436 or 6034075. OLE color: 6034075.

HSL color Cylindrical-coordinate representation of color #9B125C: hue angle of 327.59º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B125C is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 18 92 -
CMYK 0 0.88 0.41 0.39
HSL 327.59º 0.79% 0.34% -
HSV(B) 327.59º 0.88% 0.61% -
XYZ 15.67 8.17 10.88 -
YUV 67.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 155 18 92 0 0.88 0.41 0.39 327.59 0.79 0.34
Hex 9B 12 5C 0 58 29 27 148 4F 22
Octal 233 22 134 0 130 51 47 510 117 42
Binary 10011011 10010 1011100 0 1011000 101001 100111 101001000 1001111 100010

Color Harmonies of #9B125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B125C

Black with #9B125C

Text Example


Text Example

White with #9B125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,18,92); }

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

background-color css

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

 a { background-color: rgb(155,18,92); }

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

border-color css

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

 span { border-color: rgb(155,18,92); }

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