Html Css Color HEX #950147 Jazzberry Jam

📋 copy color: '#950147'

red 149 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #950147

Tints of Jazzberry Jam #950147

RGB

 RED value IS 149 (58.59% from 255) = 67.42%

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

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

R = 67.42%
G = 0.45%
B = 32.13%

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

#950147 (or 0x950147) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 47. RGB value is (149,1,71). Sum of RGB (Red+Green+Blue) = 149+1+71=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #950147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950147 is #6AFEB8. Grayscale: #353535. Windows color (decimal): -7012025 or 4653461. OLE color: 4653461.

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

Color convert

RGB 149 1 71 -
CMYK 0 0.99 0.52 0.42
HSL 331.62º 0.99% 0.29% -
HSV(B) 331.62º 0.99% 0.58% -
XYZ 13.54 6.87 6.57 -
YUV 53.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 149 1 71 0 0.99 0.52 0.42 331.62 0.99 0.29
Hex 95 1 47 0 63 34 2A 14C 63 1D
Octal 225 1 107 0 143 64 52 514 143 35
Binary 10010101 1 1000111 0 1100011 110100 101010 101001100 1100011 11101

Color Harmonies of #950147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950147

Black with #950147

Text Example


Text Example

White with #950147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950147; }

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

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

background-color css

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

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

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

border-color css

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

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

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