Html Css Color HEX #930A55 Jazzberry Jam

📋 copy color: '#930A55'

red 147 ◦ green 10 ◦ blue 85

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

Shades of Jazzberry Jam #930A55

Tints of Jazzberry Jam #930A55

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.13%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 60.74%
G = 4.13%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#930A55 (or 0x930A55) is known color: Jazzberry Jam. HEX triplet: 93, 0A and 55. RGB value is (147,10,85). Sum of RGB (Red+Green+Blue) = 147+10+85=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #930A55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A55 is #6CF5AA. Grayscale: #3B3B3B. Windows color (decimal): -7140779 or 5573267. OLE color: 5573267.

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

Color convert

RGB 147 10 85 -
CMYK 0 0.93 0.42 0.42
HSL 327.15º 0.87% 0.31% -
HSV(B) 327.15º 0.93% 0.58% -
XYZ 13.78 7.08 9.23 -
YUV 59.51 142.39 190.4 -
System Red Green Blue C M Y K H S L
Decimal 147 10 85 0 0.93 0.42 0.42 327.15 0.87 0.31
Hex 93 A 55 0 5D 2A 2A 147 57 1F
Octal 223 12 125 0 135 52 52 507 127 37
Binary 10010011 1010 1010101 0 1011101 101010 101010 101000111 1010111 11111

Color Harmonies of #930A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A55

Black with #930A55

Text Example


Text Example

White with #930A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930A55; }

 p { color: rgb(147,10,85); }

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

background-color css

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

 a { background-color: rgb(147,10,85); }

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

border-color css

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

 span { border-color: rgb(147,10,85); }

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