Html Css Color HEX #9B226C Jazzberry Jam

📋 copy color: '#9B226C'

red 155 ◦ green 34 ◦ blue 108

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

Shades of Jazzberry Jam #9B226C

Tints of Jazzberry Jam #9B226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

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

R = 52.19%
G = 11.45%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B226C (or 0x9B226C) is known color: Jazzberry Jam. HEX triplet: 9B, 22 and 6C. RGB value is (155,34,108). Sum of RGB (Red+Green+Blue) = 155+34+108=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B226C is #64DD93. Grayscale: #4E4E4E. Windows color (decimal): -6610324 or 7086747. OLE color: 7086747.

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

Color convert

RGB 155 34 108 -
CMYK 0 0.78 0.30 0.39
HSL 323.31º 0.64% 0.37% -
HSV(B) 323.31º 0.78% 0.61% -
XYZ 16.8 9.2 15.08 -
YUV 78.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 155 34 108 0 0.78 0.30 0.39 323.31 0.64 0.37
Hex 9B 22 6C 0 4E 1E 27 143 40 25
Octal 233 42 154 0 116 36 47 503 100 45
Binary 10011011 100010 1101100 0 1001110 11110 100111 101000011 1000000 100101

Color Harmonies of #9B226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B226C

Black with #9B226C

Text Example


Text Example

White with #9B226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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