Html Css Color HEX #9E025C Jazzberry Jam

📋 copy color: '#9E025C'

red 158 ◦ green 2 ◦ blue 92

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

Shades of Jazzberry Jam #9E025C

Tints of Jazzberry Jam #9E025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 62.7%
G = 0.79%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E025C (or 0x9E025C) is known color: Jazzberry Jam. HEX triplet: 9E, 02 and 5C. RGB value is (158,2,92). Sum of RGB (Red+Green+Blue) = 158+2+92=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E025C is #61FDA3. Grayscale: #3A3A3A. Windows color (decimal): -6421924 or 6029982. OLE color: 6029982.

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

Color convert

RGB 158 2 92 -
CMYK 0 0.99 0.42 0.38
HSL 325.38º 0.98% 0.31% -
HSV(B) 325.38º 0.99% 0.62% -
XYZ 16.05 8.09 10.84 -
YUV 58.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 158 2 92 0 0.99 0.42 0.38 325.38 0.98 0.31
Hex 9E 2 5C 0 63 2A 26 145 62 1F
Octal 236 2 134 0 143 52 46 505 142 37
Binary 10011110 10 1011100 0 1100011 101010 100110 101000101 1100010 11111

Color Harmonies of #9E025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E025C

Black with #9E025C

Text Example


Text Example

White with #9E025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,2,92); }

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

background-color css

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

 a { background-color: rgb(158,2,92); }

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

border-color css

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

 span { border-color: rgb(158,2,92); }

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