Html Css Color HEX #93155E Jazzberry Jam

📋 copy color: '#93155E'

red 147 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #93155E

Tints of Jazzberry Jam #93155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 56.11%
G = 8.02%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93155E (or 0x93155E) is known color: Jazzberry Jam. HEX triplet: 93, 15 and 5E. RGB value is (147,21,94). Sum of RGB (Red+Green+Blue) = 147+21+94=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93155E is #6CEAA1. Grayscale: #424242. Windows color (decimal): -7137954 or 6165907. OLE color: 6165907.

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

Color convert

RGB 147 21 94 -
CMYK 0 0.86 0.36 0.42
HSL 325.24º 0.75% 0.33% -
HSV(B) 325.24º 0.86% 0.58% -
XYZ 14.32 7.55 11.29 -
YUV 67 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 147 21 94 0 0.86 0.36 0.42 325.24 0.75 0.33
Hex 93 15 5E 0 56 24 2A 145 4B 21
Octal 223 25 136 0 126 44 52 505 113 41
Binary 10010011 10101 1011110 0 1010110 100100 101010 101000101 1001011 100001

Color Harmonies of #93155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93155E

Black with #93155E

Text Example


Text Example

White with #93155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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