Html Css Color HEX #930141 Jazzberry Jam

📋 copy color: '#930141'

red 147 ◦ green 1 ◦ blue 65

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

Shades of Jazzberry Jam #930141

Tints of Jazzberry Jam #930141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 69.01%
G = 0.47%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#930141 (or 0x930141) is known color: Jazzberry Jam. HEX triplet: 93, 01 and 41. RGB value is (147,1,65). Sum of RGB (Red+Green+Blue) = 147+1+65=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #930141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930141 is #6CFEBE. Grayscale: #333333. Windows color (decimal): -7143103 or 4260243. OLE color: 4260243.

HSL color Cylindrical-coordinate representation of color #930141: hue angle of 333.7º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930141 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 65 -
CMYK 0 0.99 0.56 0.42
HSL 333.7º 0.99% 0.29% -
HSV(B) 333.7º 0.99% 0.58% -
XYZ 13 6.61 5.59 -
YUV 51.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 147 1 65 0 0.99 0.56 0.42 333.7 0.99 0.29
Hex 93 1 41 0 63 38 2A 14E 63 1D
Octal 223 1 101 0 143 70 52 516 143 35
Binary 10010011 1 1000001 0 1100011 111000 101010 101001110 1100011 11101

Color Harmonies of #930141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930141

Black with #930141

Text Example


Text Example

White with #930141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930141; }

 p { color: rgb(147,1,65); }

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

background-color css

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

 a { background-color: rgb(147,1,65); }

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

border-color css

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

 span { border-color: rgb(147,1,65); }

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