Html Css Color HEX #930553 Jazzberry Jam

📋 copy color: '#930553'

red 147 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #930553

Tints of Jazzberry Jam #930553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.32%

R = 62.55%
G = 2.13%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#930553 (or 0x930553) is known color: Jazzberry Jam. HEX triplet: 93, 05 and 53. RGB value is (147,5,83). Sum of RGB (Red+Green+Blue) = 147+5+83=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #930553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930553 is #6CFAAC. Grayscale: #383838. Windows color (decimal): -7142061 or 5440915. OLE color: 5440915.

HSL color Cylindrical-coordinate representation of color #930553: hue angle of 327.04º 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 #930553 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 83 -
CMYK 0 0.97 0.44 0.42
HSL 327.04º 0.93% 0.3% -
HSV(B) 327.04º 0.97% 0.58% -
XYZ 13.65 6.94 8.8 -
YUV 56.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 147 5 83 0 0.97 0.44 0.42 327.04 0.93 0.3
Hex 93 5 53 0 61 2C 2A 147 5D 1E
Octal 223 5 123 0 141 54 52 507 135 36
Binary 10010011 101 1010011 0 1100001 101100 101010 101000111 1011101 11110

Color Harmonies of #930553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930553

Black with #930553

Text Example


Text Example

White with #930553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930553; }

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

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

background-color css

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

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

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

border-color css

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

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

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