Html Css Color HEX #93155D Jazzberry Jam

📋 copy color: '#93155D'

red 147 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #93155D

Tints of Jazzberry Jam #93155D

RGB

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

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

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

R = 56.32%
G = 8.05%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93155D (or 0x93155D) is known color: Jazzberry Jam. HEX triplet: 93, 15 and 5D. RGB value is (147,21,93). Sum of RGB (Red+Green+Blue) = 147+21+93=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93155D is #6CEAA2. Grayscale: #424242. Windows color (decimal): -7137955 or 6100371. OLE color: 6100371.

HSL color Cylindrical-coordinate representation of color #93155D: hue angle of 325.71º 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 #93155D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 21 93 -
CMYK 0 0.86 0.37 0.42
HSL 325.71º 0.75% 0.33% -
HSV(B) 325.71º 0.86% 0.58% -
XYZ 14.28 7.53 11.06 -
YUV 66.88 142.74 185.15 -
System Red Green Blue C M Y K H S L
Decimal 147 21 93 0 0.86 0.37 0.42 325.71 0.75 0.33
Hex 93 15 5D 0 56 25 2A 146 4B 21
Octal 223 25 135 0 126 45 52 506 113 41
Binary 10010011 10101 1011101 0 1010110 100101 101010 101000110 1001011 100001

Color Harmonies of #93155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93155D

Black with #93155D

Text Example


Text Example

White with #93155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93155D; }

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

 H1.HeaderClassName
 {
   color: #93155D;
 }
 .AnyTagClassName
 {
   color: #93155D;
 }
</style>

background-color css

<style>
 a { background-color: #93155D; }

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

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

border-color css

<style>
 span { border-color: #93155D; }

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

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