Html Css Color HEX #930953 Jazzberry Jam

📋 copy color: '#930953'

red 147 ◦ green 9 ◦ blue 83

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

Shades of Jazzberry Jam #930953

Tints of Jazzberry Jam #930953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

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

R = 61.51%
G = 3.77%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#930953 (or 0x930953) is known color: Jazzberry Jam. HEX triplet: 93, 09 and 53. RGB value is (147,9,83). Sum of RGB (Red+Green+Blue) = 147+9+83=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #930953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930953 is #6CF6AC. Grayscale: #3A3A3A. Windows color (decimal): -7141037 or 5441939. OLE color: 5441939.

HSL color Cylindrical-coordinate representation of color #930953: hue angle of 327.83º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930953 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 83 -
CMYK 0 0.94 0.44 0.42
HSL 327.83º 0.88% 0.31% -
HSV(B) 327.83º 0.94% 0.58% -
XYZ 13.69 7.02 8.82 -
YUV 58.7 141.72 190.98 -
System Red Green Blue C M Y K H S L
Decimal 147 9 83 0 0.94 0.44 0.42 327.83 0.88 0.31
Hex 93 9 53 0 5E 2C 2A 148 58 1F
Octal 223 11 123 0 136 54 52 510 130 37
Binary 10010011 1001 1010011 0 1011110 101100 101010 101001000 1011000 11111

Color Harmonies of #930953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930953

Black with #930953

Text Example


Text Example

White with #930953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930953; }

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

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

background-color css

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

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

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

border-color css

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

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

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