Html Css Color HEX #9E005B Jazzberry Jam

📋 copy color: '#9E005B'

red 158 ◦ green 0 ◦ blue 91

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

Shades of Jazzberry Jam #9E005B

Tints of Jazzberry Jam #9E005B

RGB

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

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

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

R = 63.45%
G = 0%
B = 36.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E005B (or 0x9E005B) is known color: Jazzberry Jam. HEX triplet: 9E, 00 and 5B. RGB value is (158,0,91). Sum of RGB (Red+Green+Blue) = 158+0+91=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E005B is #61FFA4. Grayscale: #393939. Windows color (decimal): -6422437 or 5963934. OLE color: 5963934.

HSL color Cylindrical-coordinate representation of color #9E005B: hue angle of 325.44º 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 #9E005B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 0 91 -
CMYK 0 1 0.42 0.38
HSL 325.44º 1% 0.31% -
HSV(B) 325.44º 1% 0.62% -
XYZ 15.99 8.02 10.6 -
YUV 57.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 158 0 91 0 1 0.42 0.38 325.44 1 0.31
Hex 9E 0 5B 0 64 2A 26 145 64 1F
Octal 236 0 133 0 144 52 46 505 144 37
Binary 10011110 0 1011011 0 1100100 101010 100110 101000101 1100100 11111

Color Harmonies of #9E005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E005B

Black with #9E005B

Text Example


Text Example

White with #9E005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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