Html Css Color HEX #93125A Jazzberry Jam

📋 copy color: '#93125A'

red 147 ◦ green 18 ◦ blue 90

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

Shades of Jazzberry Jam #93125A

Tints of Jazzberry Jam #93125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 57.65%
G = 7.06%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#93125A (or 0x93125A) is known color: Jazzberry Jam. HEX triplet: 93, 12 and 5A. RGB value is (147,18,90). Sum of RGB (Red+Green+Blue) = 147+18+90=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #93125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93125A is #6CEDA5. Grayscale: #404040. Windows color (decimal): -7138726 or 5902995. OLE color: 5902995.

HSL color Cylindrical-coordinate representation of color #93125A: hue angle of 326.51º degrees, saturation: 0.78, 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 #93125A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 18 90 -
CMYK 0 0.88 0.39 0.42
HSL 326.51º 0.78% 0.32% -
HSV(B) 326.51º 0.88% 0.58% -
XYZ 14.09 7.37 10.35 -
YUV 64.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 147 18 90 0 0.88 0.39 0.42 326.51 0.78 0.32
Hex 93 12 5A 0 58 27 2A 147 4E 20
Octal 223 22 132 0 130 47 52 507 116 40
Binary 10010011 10010 1011010 0 1011000 100111 101010 101000111 1001110 100000

Color Harmonies of #93125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93125A

Black with #93125A

Text Example


Text Example

White with #93125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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