Html Css Color HEX #9B1268 Jazzberry Jam

📋 copy color: '#9B1268'

red 155 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #9B1268

Tints of Jazzberry Jam #9B1268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 55.96%
G = 6.5%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B1268 (or 0x9B1268) is known color: Jazzberry Jam. HEX triplet: 9B, 12 and 68. RGB value is (155,18,104). Sum of RGB (Red+Green+Blue) = 155+18+104=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1268 is #64ED97. Grayscale: #444444. Windows color (decimal): -6614424 or 6820507. OLE color: 6820507.

HSL color Cylindrical-coordinate representation of color #9B1268: hue angle of 322.34º 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 #9B1268 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 18 104 -
CMYK 0 0.88 0.33 0.39
HSL 322.34º 0.79% 0.34% -
HSV(B) 322.34º 0.88% 0.61% -
XYZ 16.23 8.4 13.86 -
YUV 68.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 155 18 104 0 0.88 0.33 0.39 322.34 0.79 0.34
Hex 9B 12 68 0 58 21 27 142 4F 22
Octal 233 22 150 0 130 41 47 502 117 42
Binary 10011011 10010 1101000 0 1011000 100001 100111 101000010 1001111 100010

Color Harmonies of #9B1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1268

Black with #9B1268

Text Example


Text Example

White with #9B1268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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