Html Css Color HEX #9E075B Jazzberry Jam

📋 copy color: '#9E075B'

red 158 ◦ green 7 ◦ blue 91

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

Shades of Jazzberry Jam #9E075B

Tints of Jazzberry Jam #9E075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 61.72%
G = 2.73%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E075B (or 0x9E075B) is known color: Jazzberry Jam. HEX triplet: 9E, 07 and 5B. RGB value is (158,7,91). Sum of RGB (Red+Green+Blue) = 158+7+91=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E075B is #61F8A4. Grayscale: #3D3D3D. Windows color (decimal): -6420645 or 5965726. OLE color: 5965726.

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

Color convert

RGB 158 7 91 -
CMYK 0 0.96 0.42 0.38
HSL 326.62º 0.92% 0.32% -
HSV(B) 326.62º 0.96% 0.62% -
XYZ 16.06 8.18 10.63 -
YUV 61.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 158 7 91 0 0.96 0.42 0.38 326.62 0.92 0.32
Hex 9E 7 5B 0 60 2A 26 147 5C 20
Octal 236 7 133 0 140 52 46 507 134 40
Binary 10011110 111 1011011 0 1100000 101010 100110 101000111 1011100 100000

Color Harmonies of #9E075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E075B

Black with #9E075B

Text Example


Text Example

White with #9E075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,7,91); }

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

background-color css

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

 a { background-color: rgb(158,7,91); }

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

border-color css

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

 span { border-color: rgb(158,7,91); }

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