Html Css Color HEX #9E035D Jazzberry Jam

📋 copy color: '#9E035D'

red 158 ◦ green 3 ◦ blue 93

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

Shades of Jazzberry Jam #9E035D

Tints of Jazzberry Jam #9E035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 62.2%
G = 1.18%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E035D (or 0x9E035D) is known color: Jazzberry Jam. HEX triplet: 9E, 03 and 5D. RGB value is (158,3,93). Sum of RGB (Red+Green+Blue) = 158+3+93=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E035D is #61FCA2. Grayscale: #3B3B3B. Windows color (decimal): -6421667 or 6095774. OLE color: 6095774.

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

Color convert

RGB 158 3 93 -
CMYK 0 0.98 0.41 0.38
HSL 325.16º 0.96% 0.32% -
HSV(B) 325.16º 0.98% 0.62% -
XYZ 16.11 8.12 11.08 -
YUV 59.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 158 3 93 0 0.98 0.41 0.38 325.16 0.96 0.32
Hex 9E 3 5D 0 62 29 26 145 60 20
Octal 236 3 135 0 142 51 46 505 140 40
Binary 10011110 11 1011101 0 1100010 101001 100110 101000101 1100000 100000

Color Harmonies of #9E035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E035D

Black with #9E035D

Text Example


Text Example

White with #9E035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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