Html Css Color HEX #940951 Jazzberry Jam

📋 copy color: '#940951'

red 148 ◦ green 9 ◦ blue 81

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

Shades of Jazzberry Jam #940951

Tints of Jazzberry Jam #940951

RGB

 RED value IS 148 (58.2% from 255) = 62.18%

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

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

R = 62.18%
G = 3.78%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#940951 (or 0x940951) is known color: Jazzberry Jam. HEX triplet: 94, 09 and 51. RGB value is (148,9,81). Sum of RGB (Red+Green+Blue) = 148+9+81=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #940951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940951 is #6BF6AE. Grayscale: #3A3A3A. Windows color (decimal): -7075503 or 5310868. OLE color: 5310868.

HSL color Cylindrical-coordinate representation of color #940951: hue angle of 328.92º degrees, saturation: 0.89, 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 #940951 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 81 -
CMYK 0 0.94 0.45 0.42
HSL 328.92º 0.89% 0.31% -
HSV(B) 328.92º 0.94% 0.58% -
XYZ 13.8 7.09 8.43 -
YUV 58.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 148 9 81 0 0.94 0.45 0.42 328.92 0.89 0.31
Hex 94 9 51 0 5E 2D 2A 149 59 1F
Octal 224 11 121 0 136 55 52 511 131 37
Binary 10010100 1001 1010001 0 1011110 101101 101010 101001001 1011001 11111

Color Harmonies of #940951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940951

Black with #940951

Text Example


Text Example

White with #940951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940951; }

 p { color: rgb(148,9,81); }

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

background-color css

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

 a { background-color: rgb(148,9,81); }

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

border-color css

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

 span { border-color: rgb(148,9,81); }

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