Html Css Color HEX #9E125D Jazzberry Jam

📋 copy color: '#9E125D'

red 158 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #9E125D

Tints of Jazzberry Jam #9E125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 58.74%
G = 6.69%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E125D (or 0x9E125D) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 5D. RGB value is (158,18,93). Sum of RGB (Red+Green+Blue) = 158+18+93=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E125D is #61EDA2. Grayscale: #444444. Windows color (decimal): -6417827 or 6099614. OLE color: 6099614.

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

Color convert

RGB 158 18 93 -
CMYK 0 0.89 0.41 0.38
HSL 327.86º 0.8% 0.35% -
HSV(B) 327.86º 0.89% 0.62% -
XYZ 16.29 8.49 11.14 -
YUV 68.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 158 18 93 0 0.89 0.41 0.38 327.86 0.8 0.35
Hex 9E 12 5D 0 59 29 26 148 50 23
Octal 236 22 135 0 131 51 46 510 120 43
Binary 10011110 10010 1011101 0 1011001 101001 100110 101001000 1010000 100011

Color Harmonies of #9E125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E125D

Black with #9E125D

Text Example


Text Example

White with #9E125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,18,93); }

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

background-color css

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

 a { background-color: rgb(158,18,93); }

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

border-color css

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

 span { border-color: rgb(158,18,93); }

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