Html Css Color HEX #940947 Jazzberry Jam

📋 copy color: '#940947'

red 148 ◦ green 9 ◦ blue 71

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

Shades of Jazzberry Jam #940947

Tints of Jazzberry Jam #940947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.14%

R = 64.91%
G = 3.95%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#940947 (or 0x940947) is known color: Jazzberry Jam. HEX triplet: 94, 09 and 47. RGB value is (148,9,71). Sum of RGB (Red+Green+Blue) = 148+9+71=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #940947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940947 is #6BF6B8. Grayscale: #393939. Windows color (decimal): -7075513 or 4655508. OLE color: 4655508.

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

Color convert

RGB 148 9 71 -
CMYK 0 0.94 0.52 0.42
HSL 333.24º 0.89% 0.31% -
HSV(B) 333.24º 0.94% 0.58% -
XYZ 13.45 6.95 6.59 -
YUV 57.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 148 9 71 0 0.94 0.52 0.42 333.24 0.89 0.31
Hex 94 9 47 0 5E 34 2A 14D 59 1F
Octal 224 11 107 0 136 64 52 515 131 37
Binary 10010100 1001 1000111 0 1011110 110100 101010 101001101 1011001 11111

Color Harmonies of #940947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940947

Black with #940947

Text Example


Text Example

White with #940947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940947; }

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

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

background-color css

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

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

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

border-color css

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

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

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