Html Css Color HEX #9B226D Jazzberry Jam

📋 copy color: '#9B226D'

red 155 ◦ green 34 ◦ blue 109

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

Shades of Jazzberry Jam #9B226D

Tints of Jazzberry Jam #9B226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 52.01%
G = 11.41%
B = 36.58%

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

#9B226D (or 0x9B226D) is known color: Jazzberry Jam. HEX triplet: 9B, 22 and 6D. RGB value is (155,34,109). Sum of RGB (Red+Green+Blue) = 155+34+109=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B226D is #64DD92. Grayscale: #4E4E4E. Windows color (decimal): -6610323 or 7152283. OLE color: 7152283.

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

Color convert

RGB 155 34 109 -
CMYK 0 0.78 0.30 0.39
HSL 322.81º 0.64% 0.37% -
HSV(B) 322.81º 0.78% 0.61% -
XYZ 16.85 9.22 15.36 -
YUV 78.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 155 34 109 0 0.78 0.30 0.39 322.81 0.64 0.37
Hex 9B 22 6D 0 4E 1E 27 143 40 25
Octal 233 42 155 0 116 36 47 503 100 45
Binary 10011011 100010 1101101 0 1001110 11110 100111 101000011 1000000 100101

Color Harmonies of #9B226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B226D

Black with #9B226D

Text Example


Text Example

White with #9B226D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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