Html Css Color HEX #9E256D Jazzberry Jam

📋 copy color: '#9E256D'

red 158 ◦ green 37 ◦ blue 109

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

Shades of Jazzberry Jam #9E256D

Tints of Jazzberry Jam #9E256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 51.97%
G = 12.17%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E256D (or 0x9E256D) is known color: Jazzberry Jam. HEX triplet: 9E, 25 and 6D. RGB value is (158,37,109). Sum of RGB (Red+Green+Blue) = 158+37+109=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E256D is #61DA92. Grayscale: #515151. Windows color (decimal): -6412947 or 7153054. OLE color: 7153054.

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

Color convert

RGB 158 37 109 -
CMYK 0 0.77 0.31 0.38
HSL 324.3º 0.62% 0.38% -
HSV(B) 324.3º 0.77% 0.62% -
XYZ 17.52 9.7 15.42 -
YUV 81.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 158 37 109 0 0.77 0.31 0.38 324.3 0.62 0.38
Hex 9E 25 6D 0 4D 1F 26 144 3E 26
Octal 236 45 155 0 115 37 46 504 76 46
Binary 10011110 100101 1101101 0 1001101 11111 100110 101000100 111110 100110

Color Harmonies of #9E256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E256D

Black with #9E256D

Text Example


Text Example

White with #9E256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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