Html Css Color HEX #8C165B Jazzberry Jam

📋 copy color: '#8C165B'

red 140 ◦ green 22 ◦ blue 91

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

Shades of Jazzberry Jam #8C165B

Tints of Jazzberry Jam #8C165B

RGB

 RED value IS 140 (55.08% from 255) = 55.34%

 GREEN value IS 22 (8.98% from 255) = 8.7%

 BLUE value IS 91 (35.94% from 255) = 35.97%

R = 55.34%
G = 8.7%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C165B (or 0x8C165B) is known color: Jazzberry Jam. HEX triplet: 8C, 16 and 5B. RGB value is (140,22,91). Sum of RGB (Red+Green+Blue) = 140+22+91=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C165B is #73E9A4. Grayscale: #404040. Windows color (decimal): -7596453 or 5969548. OLE color: 5969548.

HSL color Cylindrical-coordinate representation of color #8C165B: hue angle of 324.92º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C165B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 22 91 -
CMYK 0 0.84 0.35 0.45
HSL 324.92º 0.73% 0.32% -
HSV(B) 324.92º 0.84% 0.55% -
XYZ 12.99 6.9 10.55 -
YUV 65.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 140 22 91 0 0.84 0.35 0.45 324.92 0.73 0.32
Hex 8C 16 5B 0 54 23 2D 145 49 20
Octal 214 26 133 0 124 43 55 505 111 40
Binary 10001100 10110 1011011 0 1010100 100011 101101 101000101 1001001 100000

Color Harmonies of #8C165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C165B

Black with #8C165B

Text Example


Text Example

White with #8C165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,22,91); }

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

background-color css

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

 a { background-color: rgb(140,22,91); }

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

border-color css

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

 span { border-color: rgb(140,22,91); }

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