Html Css Color HEX #940147 Jazzberry Jam

📋 copy color: '#940147'

red 148 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #940147

Tints of Jazzberry Jam #940147

RGB

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

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

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

R = 67.27%
G = 0.45%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#940147 (or 0x940147) is known color: Jazzberry Jam. HEX triplet: 94, 01 and 47. RGB value is (148,1,71). Sum of RGB (Red+Green+Blue) = 148+1+71=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #940147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940147 is #6BFEB8. Grayscale: #343434. Windows color (decimal): -7077561 or 4653460. OLE color: 4653460.

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

Color convert

RGB 148 1 71 -
CMYK 0 0.99 0.52 0.42
HSL 331.43º 0.99% 0.29% -
HSV(B) 331.43º 0.99% 0.58% -
XYZ 13.36 6.77 6.56 -
YUV 52.93 138.2 195.81 -
System Red Green Blue C M Y K H S L
Decimal 148 1 71 0 0.99 0.52 0.42 331.43 0.99 0.29
Hex 94 1 47 0 63 34 2A 14B 63 1D
Octal 224 1 107 0 143 64 52 513 143 35
Binary 10010100 1 1000111 0 1100011 110100 101010 101001011 1100011 11101

Color Harmonies of #940147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940147

Black with #940147

Text Example


Text Example

White with #940147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940147; }

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

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

background-color css

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

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

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

border-color css

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

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

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