Html Css Color HEX #950144 Jazzberry Jam

📋 copy color: '#950144'

red 149 ◦ green 1 ◦ blue 68

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

Shades of Jazzberry Jam #950144

Tints of Jazzberry Jam #950144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.19%

R = 68.35%
G = 0.46%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#950144 (or 0x950144) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 44. RGB value is (149,1,68). Sum of RGB (Red+Green+Blue) = 149+1+68=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #950144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950144 is #6AFEBB. Grayscale: #343434. Windows color (decimal): -7012028 or 4456853. OLE color: 4456853.

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

Color convert

RGB 149 1 68 -
CMYK 0 0.99 0.54 0.42
HSL 332.84º 0.99% 0.29% -
HSV(B) 332.84º 0.99% 0.58% -
XYZ 13.45 6.83 6.08 -
YUV 52.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 149 1 68 0 0.99 0.54 0.42 332.84 0.99 0.29
Hex 95 1 44 0 63 36 2A 14D 63 1D
Octal 225 1 104 0 143 66 52 515 143 35
Binary 10010101 1 1000100 0 1100011 110110 101010 101001101 1100011 11101

Color Harmonies of #950144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950144

Black with #950144

Text Example


Text Example

White with #950144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950144; }

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

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

background-color css

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

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

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

border-color css

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

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

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