Html Css Color HEX #93185A Jazzberry Jam

📋 copy color: '#93185A'

red 147 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #93185A

Tints of Jazzberry Jam #93185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.2%

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 56.32%
G = 9.2%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93185A (or 0x93185A) is known color: Jazzberry Jam. HEX triplet: 93, 18 and 5A. RGB value is (147,24,90). Sum of RGB (Red+Green+Blue) = 147+24+90=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93185A is #6CE7A5. Grayscale: #444444. Windows color (decimal): -7137190 or 5904531. OLE color: 5904531.

HSL color Cylindrical-coordinate representation of color #93185A: hue angle of 327.8º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93185A is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 24 90 -
CMYK 0 0.84 0.39 0.42
HSL 327.8º 0.72% 0.34% -
HSV(B) 327.8º 0.84% 0.58% -
XYZ 14.2 7.59 10.39 -
YUV 68.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 147 24 90 0 0.84 0.39 0.42 327.8 0.72 0.34
Hex 93 18 5A 0 54 27 2A 148 48 22
Octal 223 30 132 0 124 47 52 510 110 42
Binary 10010011 11000 1011010 0 1010100 100111 101010 101001000 1001000 100010

Color Harmonies of #93185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93185A

Black with #93185A

Text Example


Text Example

White with #93185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93185A; }

 p { color: rgb(147,24,90); }

 H1.HeaderClassName
 {
   color: #93185A;
 }
 .AnyTagClassName
 {
   color: #93185A;
 }
</style>

background-color css

<style>
 a { background-color: #93185A; }

 a { background-color: rgb(147,24,90); }

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

border-color css

<style>
 span { border-color: #93185A; }

 span { border-color: rgb(147,24,90); }

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