Html Css Color HEX #940453 Jazzberry Jam

📋 copy color: '#940453'

red 148 ◦ green 4 ◦ blue 83

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

Shades of Jazzberry Jam #940453

Tints of Jazzberry Jam #940453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 83 (32.81% from 255) = 35.32%

R = 62.98%
G = 1.7%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#940453 (or 0x940453) is known color: Jazzberry Jam. HEX triplet: 94, 04 and 53. RGB value is (148,4,83). Sum of RGB (Red+Green+Blue) = 148+4+83=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #940453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940453 is #6BFBAC. Grayscale: #373737. Windows color (decimal): -7076781 or 5440660. OLE color: 5440660.

HSL color Cylindrical-coordinate representation of color #940453: hue angle of 327.08º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940453 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 83 -
CMYK 0 0.97 0.44 0.42
HSL 327.08º 0.95% 0.3% -
HSV(B) 327.08º 0.97% 0.58% -
XYZ 13.82 7.01 8.81 -
YUV 56.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 148 4 83 0 0.97 0.44 0.42 327.08 0.95 0.3
Hex 94 4 53 0 61 2C 2A 147 5F 1E
Octal 224 4 123 0 141 54 52 507 137 36
Binary 10010100 100 1010011 0 1100001 101100 101010 101000111 1011111 11110

Color Harmonies of #940453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940453

Black with #940453

Text Example


Text Example

White with #940453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940453; }

 p { color: rgb(148,4,83); }

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

background-color css

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

 a { background-color: rgb(148,4,83); }

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

border-color css

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

 span { border-color: rgb(148,4,83); }

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