Html Css Color HEX #9E155F Jazzberry Jam

📋 copy color: '#9E155F'

red 158 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #9E155F

Tints of Jazzberry Jam #9E155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 57.66%
G = 7.66%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9E155F (or 0x9E155F) is known color: Jazzberry Jam. HEX triplet: 9E, 15 and 5F. RGB value is (158,21,95). Sum of RGB (Red+Green+Blue) = 158+21+95=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E155F is #61EAA0. Grayscale: #464646. Windows color (decimal): -6417057 or 6231454. OLE color: 6231454.

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

Color convert

RGB 158 21 95 -
CMYK 0 0.87 0.40 0.38
HSL 327.59º 0.77% 0.35% -
HSV(B) 327.59º 0.87% 0.62% -
XYZ 16.43 8.63 11.63 -
YUV 70.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 158 21 95 0 0.87 0.40 0.38 327.59 0.77 0.35
Hex 9E 15 5F 0 57 28 26 148 4D 23
Octal 236 25 137 0 127 50 46 510 115 43
Binary 10011110 10101 1011111 0 1010111 101000 100110 101001000 1001101 100011

Color Harmonies of #9E155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E155F

Black with #9E155F

Text Example


Text Example

White with #9E155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,21,95); }

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

background-color css

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

 a { background-color: rgb(158,21,95); }

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

border-color css

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

 span { border-color: rgb(158,21,95); }

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