Html Css Color HEX #93115B Jazzberry Jam

📋 copy color: '#93115B'

red 147 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #93115B

Tints of Jazzberry Jam #93115B

RGB

 RED value IS 147 (57.81% from 255) = 57.65%

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 57.65%
G = 6.67%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93115B (or 0x93115B) is known color: Jazzberry Jam. HEX triplet: 93, 11 and 5B. RGB value is (147,17,91). Sum of RGB (Red+Green+Blue) = 147+17+91=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #93115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93115B is #6CEEA4. Grayscale: #404040. Windows color (decimal): -7138981 or 5968275. OLE color: 5968275.

HSL color Cylindrical-coordinate representation of color #93115B: hue angle of 325.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93115B is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 17 91 -
CMYK 0 0.88 0.38 0.42
HSL 325.85º 0.79% 0.32% -
HSV(B) 325.85º 0.88% 0.58% -
XYZ 14.12 7.36 10.57 -
YUV 64.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 147 17 91 0 0.88 0.38 0.42 325.85 0.79 0.32
Hex 93 11 5B 0 58 26 2A 146 4F 20
Octal 223 21 133 0 130 46 52 506 117 40
Binary 10010011 10001 1011011 0 1011000 100110 101010 101000110 1001111 100000

Color Harmonies of #93115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93115B

Black with #93115B

Text Example


Text Example

White with #93115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93115B; }

 p { color: rgb(147,17,91); }

 H1.HeaderClassName
 {
   color: #93115B;
 }
 .AnyTagClassName
 {
   color: #93115B;
 }
</style>

background-color css

<style>
 a { background-color: #93115B; }

 a { background-color: rgb(147,17,91); }

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

border-color css

<style>
 span { border-color: #93115B; }

 span { border-color: rgb(147,17,91); }

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