Html Css Color HEX #95155C Jazzberry Jam

📋 copy color: '#95155C'

red 149 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #95155C

Tints of Jazzberry Jam #95155C

RGB

 RED value IS 149 (58.59% from 255) = 56.87%

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 56.87%
G = 8.02%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95155C (or 0x95155C) is known color: Jazzberry Jam. HEX triplet: 95, 15 and 5C. RGB value is (149,21,92). Sum of RGB (Red+Green+Blue) = 149+21+92=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95155C is #6AEAA3. Grayscale: #434343. Windows color (decimal): -7006884 or 6034837. OLE color: 6034837.

HSL color Cylindrical-coordinate representation of color #95155C: hue angle of 326.72º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95155C is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 92 -
CMYK 0 0.86 0.38 0.42
HSL 326.72º 0.75% 0.33% -
HSV(B) 326.72º 0.86% 0.58% -
XYZ 14.59 7.7 10.84 -
YUV 67.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 149 21 92 0 0.86 0.38 0.42 326.72 0.75 0.33
Hex 95 15 5C 0 56 26 2A 147 4B 21
Octal 225 25 134 0 126 46 52 507 113 41
Binary 10010101 10101 1011100 0 1010110 100110 101010 101000111 1001011 100001

Color Harmonies of #95155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95155C

Black with #95155C

Text Example


Text Example

White with #95155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95155C; }

 p { color: rgb(149,21,92); }

 H1.HeaderClassName
 {
   color: #95155C;
 }
 .AnyTagClassName
 {
   color: #95155C;
 }
</style>

background-color css

<style>
 a { background-color: #95155C; }

 a { background-color: rgb(149,21,92); }

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

border-color css

<style>
 span { border-color: #95155C; }

 span { border-color: rgb(149,21,92); }

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