Html Css Color HEX #940E52 Jazzberry Jam

📋 copy color: '#940E52'

red 148 ◦ green 14 ◦ blue 82

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

Shades of Jazzberry Jam #940E52

Tints of Jazzberry Jam #940E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.74%

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 60.66%
G = 5.74%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#940E52 (or 0x940E52) is known color: Jazzberry Jam. HEX triplet: 94, 0E and 52. RGB value is (148,14,82). Sum of RGB (Red+Green+Blue) = 148+14+82=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #940E52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E52 is #6BF1AD. Grayscale: #3D3D3D. Windows color (decimal): -7074222 or 5377684. OLE color: 5377684.

HSL color Cylindrical-coordinate representation of color #940E52: hue angle of 329.55º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E52 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 14 82 -
CMYK 0 0.91 0.45 0.42
HSL 329.55º 0.83% 0.32% -
HSV(B) 329.55º 0.91% 0.58% -
XYZ 13.89 7.22 8.64 -
YUV 61.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 148 14 82 0 0.91 0.45 0.42 329.55 0.83 0.32
Hex 94 E 52 0 5B 2D 2A 14A 53 20
Octal 224 16 122 0 133 55 52 512 123 40
Binary 10010100 1110 1010010 0 1011011 101101 101010 101001010 1010011 100000

Color Harmonies of #940E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940E52

Black with #940E52

Text Example


Text Example

White with #940E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940E52; }

 p { color: rgb(148,14,82); }

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

background-color css

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

 a { background-color: rgb(148,14,82); }

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

border-color css

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

 span { border-color: rgb(148,14,82); }

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