Html Css Color HEX #9E005A Jazzberry Jam

📋 copy color: '#9E005A'

red 158 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #9E005A

Tints of Jazzberry Jam #9E005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 63.71%
G = 0%
B = 36.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9E005A (or 0x9E005A) is known color: Jazzberry Jam. HEX triplet: 9E, 00 and 5A. RGB value is (158,0,90). Sum of RGB (Red+Green+Blue) = 158+0+90=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E005A is #61FFA5. Grayscale: #393939. Windows color (decimal): -6422438 or 5898398. OLE color: 5898398.

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

Color convert

RGB 158 0 90 -
CMYK 0 1 0.43 0.38
HSL 325.82º 1% 0.31% -
HSV(B) 325.82º 1% 0.62% -
XYZ 15.95 8.01 10.38 -
YUV 57.5 146.35 199.68 -
System Red Green Blue C M Y K H S L
Decimal 158 0 90 0 1 0.43 0.38 325.82 1 0.31
Hex 9E 0 5A 0 64 2B 26 146 64 1F
Octal 236 0 132 0 144 53 46 506 144 37
Binary 10011110 0 1011010 0 1100100 101011 100110 101000110 1100100 11111

Color Harmonies of #9E005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E005A

Black with #9E005A

Text Example


Text Example

White with #9E005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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