Html Css Color HEX #8B0643 Jazzberry Jam

📋 copy color: '#8B0643'

red 139 ◦ green 6 ◦ blue 67

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

Shades of Jazzberry Jam #8B0643

Tints of Jazzberry Jam #8B0643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

 BLUE value IS 67 (26.56% from 255) = 31.6%

R = 65.57%
G = 2.83%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.45

RGB Variations

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

Color information

#8B0643 (or 0x8B0643) is known color: Jazzberry Jam. HEX triplet: 8B, 06 and 43. RGB value is (139,6,67). Sum of RGB (Red+Green+Blue) = 139+6+67=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0643 is #74F9BC. Grayscale: #343434. Windows color (decimal): -7666109 or 4392587. OLE color: 4392587.

HSL color Cylindrical-coordinate representation of color #8B0643: hue angle of 332.48º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0643 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 6 67 -
CMYK 0 0.96 0.52 0.45
HSL 332.48º 0.92% 0.28% -
HSV(B) 332.48º 0.96% 0.55% -
XYZ 11.73 6.02 5.86 -
YUV 52.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 139 6 67 0 0.96 0.52 0.45 332.48 0.92 0.28
Hex 8B 6 43 0 60 34 2D 14C 5C 1C
Octal 213 6 103 0 140 64 55 514 134 34
Binary 10001011 110 1000011 0 1100000 110100 101101 101001100 1011100 11100

Color Harmonies of #8B0643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0643

Black with #8B0643

Text Example


Text Example

White with #8B0643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,6,67); }

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

background-color css

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

 a { background-color: rgb(139,6,67); }

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

border-color css

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

 span { border-color: rgb(139,6,67); }

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