Html Css Color HEX #9B1C6C Jazzberry Jam

📋 copy color: '#9B1C6C'

red 155 ◦ green 28 ◦ blue 108

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

Shades of Jazzberry Jam #9B1C6C

Tints of Jazzberry Jam #9B1C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.62%

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 53.26%
G = 9.62%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B1C6C (or 0x9B1C6C) is known color: Jazzberry Jam. HEX triplet: 9B, 1C and 6C. RGB value is (155,28,108). Sum of RGB (Red+Green+Blue) = 155+28+108=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1C6C is #64E393. Grayscale: #4A4A4A. Windows color (decimal): -6611860 or 7085211. OLE color: 7085211.

HSL color Cylindrical-coordinate representation of color #9B1C6C: hue angle of 322.2º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C6C is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 28 108 -
CMYK 0 0.82 0.30 0.39
HSL 322.2º 0.69% 0.36% -
HSV(B) 322.2º 0.82% 0.61% -
XYZ 16.64 8.88 15.02 -
YUV 75.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 155 28 108 0 0.82 0.30 0.39 322.2 0.69 0.36
Hex 9B 1C 6C 0 52 1E 27 142 45 24
Octal 233 34 154 0 122 36 47 502 105 44
Binary 10011011 11100 1101100 0 1010010 11110 100111 101000010 1000101 100100

Color Harmonies of #9B1C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C6C

Black with #9B1C6C

Text Example


Text Example

White with #9B1C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,28,108); }

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

background-color css

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

 a { background-color: rgb(155,28,108); }

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

border-color css

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

 span { border-color: rgb(155,28,108); }

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