Html Css Color HEX #9E035A Jazzberry Jam

📋 copy color: '#9E035A'

red 158 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #9E035A

Tints of Jazzberry Jam #9E035A

RGB

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

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

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

R = 62.95%
G = 1.2%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9E035A (or 0x9E035A) is known color: Jazzberry Jam. HEX triplet: 9E, 03 and 5A. RGB value is (158,3,90). Sum of RGB (Red+Green+Blue) = 158+3+90=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E035A is #61FCA5. Grayscale: #3B3B3B. Windows color (decimal): -6421670 or 5899166. OLE color: 5899166.

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

Color convert

RGB 158 3 90 -
CMYK 0 0.98 0.43 0.38
HSL 326.32º 0.96% 0.32% -
HSV(B) 326.32º 0.98% 0.62% -
XYZ 15.98 8.07 10.39 -
YUV 59.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 158 3 90 0 0.98 0.43 0.38 326.32 0.96 0.32
Hex 9E 3 5A 0 62 2B 26 146 60 20
Octal 236 3 132 0 142 53 46 506 140 40
Binary 10011110 11 1011010 0 1100010 101011 100110 101000110 1100000 100000

Color Harmonies of #9E035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E035A

Black with #9E035A

Text Example


Text Example

White with #9E035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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