Html Css Color HEX #950E59 Jazzberry Jam

📋 copy color: '#950E59'

red 149 ◦ green 14 ◦ blue 89

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

Shades of Jazzberry Jam #950E59

Tints of Jazzberry Jam #950E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 59.13%
G = 5.56%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#950E59 (or 0x950E59) is known color: Jazzberry Jam. HEX triplet: 95, 0E and 59. RGB value is (149,14,89). Sum of RGB (Red+Green+Blue) = 149+14+89=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #950E59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E59 is #6AF1A6. Grayscale: #3E3E3E. Windows color (decimal): -7008679 or 5836437. OLE color: 5836437.

HSL color Cylindrical-coordinate representation of color #950E59: hue angle of 326.67º 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 #950E59 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 89 -
CMYK 0 0.91 0.40 0.42
HSL 326.67º 0.83% 0.32% -
HSV(B) 326.67º 0.91% 0.58% -
XYZ 14.35 7.42 10.13 -
YUV 62.92 142.73 189.4 -
System Red Green Blue C M Y K H S L
Decimal 149 14 89 0 0.91 0.40 0.42 326.67 0.83 0.32
Hex 95 E 59 0 5B 28 2A 147 53 20
Octal 225 16 131 0 133 50 52 507 123 40
Binary 10010101 1110 1011001 0 1011011 101000 101010 101000111 1010011 100000

Color Harmonies of #950E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E59

Black with #950E59

Text Example


Text Example

White with #950E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E59; }

 p { color: rgb(149,14,89); }

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

background-color css

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

 a { background-color: rgb(149,14,89); }

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

border-color css

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

 span { border-color: rgb(149,14,89); }

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