Html Css Color HEX #9E0057 Jazzberry Jam

📋 copy color: '#9E0057'

red 158 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #9E0057

Tints of Jazzberry Jam #9E0057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 35.51%

R = 64.49%
G = 0%
B = 35.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9E0057 (or 0x9E0057) is known color: Jazzberry Jam. HEX triplet: 9E, 00 and 57. RGB value is (158,0,87). Sum of RGB (Red+Green+Blue) = 158+0+87=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0057 is #61FFA8. Grayscale: #383838. Windows color (decimal): -6422441 or 5701790. OLE color: 5701790.

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

Color convert

RGB 158 0 87 -
CMYK 0 1 0.45 0.38
HSL 326.96º 1% 0.31% -
HSV(B) 326.96º 1% 0.62% -
XYZ 15.82 7.96 9.72 -
YUV 57.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 158 0 87 0 1 0.45 0.38 326.96 1 0.31
Hex 9E 0 57 0 64 2D 26 147 64 1F
Octal 236 0 127 0 144 55 46 507 144 37
Binary 10011110 0 1010111 0 1100100 101101 100110 101000111 1100100 11111

Color Harmonies of #9E0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0057

Black with #9E0057

Text Example


Text Example

White with #9E0057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,0,87); }

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

background-color css

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

 a { background-color: rgb(158,0,87); }

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

border-color css

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

 span { border-color: rgb(158,0,87); }

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