Html Css Color HEX #8E0148 Jazzberry Jam

📋 copy color: '#8E0148'

red 142 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #8E0148

Tints of Jazzberry Jam #8E0148

RGB

 RED value IS 142 (55.86% from 255) = 66.05%

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 66.05%
G = 0.47%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E0148 (or 0x8E0148) is known color: Jazzberry Jam. HEX triplet: 8E, 01 and 48. RGB value is (142,1,72). Sum of RGB (Red+Green+Blue) = 142+1+72=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0148 is #71FEB7. Grayscale: #333333. Windows color (decimal): -7470776 or 4718990. OLE color: 4718990.

HSL color Cylindrical-coordinate representation of color #8E0148: hue angle of 329.79º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0148 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 1 72 -
CMYK 0 0.99 0.49 0.44
HSL 329.79º 0.99% 0.28% -
HSV(B) 329.79º 0.99% 0.56% -
XYZ 12.34 6.24 6.69 -
YUV 51.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 142 1 72 0 0.99 0.49 0.44 329.79 0.99 0.28
Hex 8E 1 48 0 63 31 2C 14A 63 1C
Octal 216 1 110 0 143 61 54 512 143 34
Binary 10001110 1 1001000 0 1100011 110001 101100 101001010 1100011 11100

Color Harmonies of #8E0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0148

Black with #8E0148

Text Example


Text Example

White with #8E0148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E0148; }

 p { color: rgb(142,1,72); }

 H1.HeaderClassName
 {
   color: #8E0148;
 }
 .AnyTagClassName
 {
   color: #8E0148;
 }
</style>

background-color css

<style>
 a { background-color: #8E0148; }

 a { background-color: rgb(142,1,72); }

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

border-color css

<style>
 span { border-color: #8E0148; }

 span { border-color: rgb(142,1,72); }

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