Html Css Color HEX #9E266D Jazzberry Jam

📋 copy color: '#9E266D'

red 158 ◦ green 38 ◦ blue 109

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

Shades of Jazzberry Jam #9E266D

Tints of Jazzberry Jam #9E266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

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

R = 51.8%
G = 12.46%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E266D (or 0x9E266D) is known color: Jazzberry Jam. HEX triplet: 9E, 26 and 6D. RGB value is (158,38,109). Sum of RGB (Red+Green+Blue) = 158+38+109=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E266D is #61D992. Grayscale: #515151. Windows color (decimal): -6412691 or 7153310. OLE color: 7153310.

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

Color convert

RGB 158 38 109 -
CMYK 0 0.76 0.31 0.38
HSL 324.5º 0.61% 0.38% -
HSV(B) 324.5º 0.76% 0.62% -
XYZ 17.55 9.76 15.43 -
YUV 81.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 158 38 109 0 0.76 0.31 0.38 324.5 0.61 0.38
Hex 9E 26 6D 0 4C 1F 26 144 3D 26
Octal 236 46 155 0 114 37 46 504 75 46
Binary 10011110 100110 1101101 0 1001100 11111 100110 101000100 111101 100110

Color Harmonies of #9E266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E266D

Black with #9E266D

Text Example


Text Example

White with #9E266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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