Html Css Color HEX #8B0144 Jazzberry Jam

📋 copy color: '#8B0144'

red 139 ◦ green 1 ◦ blue 68

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

Shades of Jazzberry Jam #8B0144

Tints of Jazzberry Jam #8B0144

RGB

 RED value IS 139 (54.69% from 255) = 66.83%

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

 BLUE value IS 68 (26.95% from 255) = 32.69%

R = 66.83%
G = 0.48%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8B0144 (or 0x8B0144) is known color: Jazzberry Jam. HEX triplet: 8B, 01 and 44. RGB value is (139,1,68). Sum of RGB (Red+Green+Blue) = 139+1+68=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0144 is #74FEBB. Grayscale: #313131. Windows color (decimal): -7667388 or 4456843. OLE color: 4456843.

HSL color Cylindrical-coordinate representation of color #8B0144: hue angle of 330.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0144 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 1 68 -
CMYK 0 0.99 0.51 0.45
HSL 330.87º 0.99% 0.27% -
HSV(B) 330.87º 0.99% 0.55% -
XYZ 11.7 5.93 6 -
YUV 49.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 139 1 68 0 0.99 0.51 0.45 330.87 0.99 0.27
Hex 8B 1 44 0 63 33 2D 14B 63 1B
Octal 213 1 104 0 143 63 55 513 143 33
Binary 10001011 1 1000100 0 1100011 110011 101101 101001011 1100011 11011

Color Harmonies of #8B0144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0144

Black with #8B0144

Text Example


Text Example

White with #8B0144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,1,68); }

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

background-color css

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

 a { background-color: rgb(139,1,68); }

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

border-color css

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

 span { border-color: rgb(139,1,68); }

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