Html Css Color HEX #9A155D Jazzberry Jam

📋 copy color: '#9A155D'

red 154 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #9A155D

Tints of Jazzberry Jam #9A155D

RGB

 RED value IS 154 (60.55% from 255) = 57.46%

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

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 57.46%
G = 7.84%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A155D (or 0x9A155D) is known color: Jazzberry Jam. HEX triplet: 9A, 15 and 5D. RGB value is (154,21,93). Sum of RGB (Red+Green+Blue) = 154+21+93=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A155D is #65EAA2. Grayscale: #444444. Windows color (decimal): -6679203 or 6100378. OLE color: 6100378.

HSL color Cylindrical-coordinate representation of color #9A155D: hue angle of 327.52º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A155D is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 21 93 -
CMYK 0 0.86 0.40 0.40
HSL 327.52º 0.76% 0.34% -
HSV(B) 327.52º 0.86% 0.6% -
XYZ 15.57 8.2 11.12 -
YUV 68.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 154 21 93 0 0.86 0.40 0.40 327.52 0.76 0.34
Hex 9A 15 5D 0 56 28 28 148 4C 22
Octal 232 25 135 0 126 50 50 510 114 42
Binary 10011010 10101 1011101 0 1010110 101000 101000 101001000 1001100 100010

Color Harmonies of #9A155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A155D

Black with #9A155D

Text Example


Text Example

White with #9A155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A155D; }

 p { color: rgb(154,21,93); }

 H1.HeaderClassName
 {
   color: #9A155D;
 }
 .AnyTagClassName
 {
   color: #9A155D;
 }
</style>

background-color css

<style>
 a { background-color: #9A155D; }

 a { background-color: rgb(154,21,93); }

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

border-color css

<style>
 span { border-color: #9A155D; }

 span { border-color: rgb(154,21,93); }

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