Html Css Color HEX #930551 Jazzberry Jam

📋 copy color: '#930551'

red 147 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #930551

Tints of Jazzberry Jam #930551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

 BLUE value IS 81 (32.03% from 255) = 34.76%

R = 63.09%
G = 2.15%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#930551 (or 0x930551) is known color: Jazzberry Jam. HEX triplet: 93, 05 and 51. RGB value is (147,5,81). Sum of RGB (Red+Green+Blue) = 147+5+81=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #930551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930551 is #6CFAAE. Grayscale: #373737. Windows color (decimal): -7142063 or 5309843. OLE color: 5309843.

HSL color Cylindrical-coordinate representation of color #930551: hue angle of 327.89º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930551 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 81 -
CMYK 0 0.97 0.45 0.42
HSL 327.89º 0.93% 0.3% -
HSV(B) 327.89º 0.97% 0.58% -
XYZ 13.57 6.91 8.4 -
YUV 56.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 147 5 81 0 0.97 0.45 0.42 327.89 0.93 0.3
Hex 93 5 51 0 61 2D 2A 148 5D 1E
Octal 223 5 121 0 141 55 52 510 135 36
Binary 10010011 101 1010001 0 1100001 101101 101010 101001000 1011101 11110

Color Harmonies of #930551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930551

Black with #930551

Text Example


Text Example

White with #930551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930551; }

 p { color: rgb(147,5,81); }

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

background-color css

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

 a { background-color: rgb(147,5,81); }

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

border-color css

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

 span { border-color: rgb(147,5,81); }

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