Html Css Color HEX #9E226D Jazzberry Jam

📋 copy color: '#9E226D'

red 158 ◦ green 34 ◦ blue 109

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

Shades of Jazzberry Jam #9E226D

Tints of Jazzberry Jam #9E226D

RGB

 RED value IS 158 (62.11% from 255) = 52.49%

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

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

R = 52.49%
G = 11.3%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E226D (or 0x9E226D) is known color: Jazzberry Jam. HEX triplet: 9E, 22 and 6D. RGB value is (158,34,109). Sum of RGB (Red+Green+Blue) = 158+34+109=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E226D is #61DD92. Grayscale: #4F4F4F. Windows color (decimal): -6413715 or 7152286. OLE color: 7152286.

HSL color Cylindrical-coordinate representation of color #9E226D: hue angle of 323.71º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E226D is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 34 109 -
CMYK 0 0.78 0.31 0.38
HSL 323.71º 0.65% 0.38% -
HSV(B) 323.71º 0.78% 0.62% -
XYZ 17.43 9.52 15.39 -
YUV 79.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 158 34 109 0 0.78 0.31 0.38 323.71 0.65 0.38
Hex 9E 22 6D 0 4E 1F 26 144 41 26
Octal 236 42 155 0 116 37 46 504 101 46
Binary 10011110 100010 1101101 0 1001110 11111 100110 101000100 1000001 100110

Color Harmonies of #9E226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E226D

Black with #9E226D

Text Example


Text Example

White with #9E226D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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