Html Css Color HEX #93145D Jazzberry Jam

📋 copy color: '#93145D'

red 147 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #93145D

Tints of Jazzberry Jam #93145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 56.54%
G = 7.69%
B = 35.77%

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

#93145D (or 0x93145D) is known color: Jazzberry Jam. HEX triplet: 93, 14 and 5D. RGB value is (147,20,93). Sum of RGB (Red+Green+Blue) = 147+20+93=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93145D is #6CEBA2. Grayscale: #424242. Windows color (decimal): -7138211 or 6100115. OLE color: 6100115.

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

Color convert

RGB 147 20 93 -
CMYK 0 0.86 0.37 0.42
HSL 325.51º 0.76% 0.33% -
HSV(B) 325.51º 0.86% 0.58% -
XYZ 14.26 7.49 11.05 -
YUV 66.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 147 20 93 0 0.86 0.37 0.42 325.51 0.76 0.33
Hex 93 14 5D 0 56 25 2A 146 4C 21
Octal 223 24 135 0 126 45 52 506 114 41
Binary 10010011 10100 1011101 0 1010110 100101 101010 101000110 1001100 100001

Color Harmonies of #93145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93145D

Black with #93145D

Text Example


Text Example

White with #93145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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