Html Css Color HEX #950E50 Jazzberry Jam

📋 copy color: '#950E50'

red 149 ◦ green 14 ◦ blue 80

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

Shades of Jazzberry Jam #950E50

Tints of Jazzberry Jam #950E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 61.32%
G = 5.76%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#950E50 (or 0x950E50) is known color: Jazzberry Jam. HEX triplet: 95, 0E and 50. RGB value is (149,14,80). Sum of RGB (Red+Green+Blue) = 149+14+80=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #950E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E50 is #6AF1AF. Grayscale: #3D3D3D. Windows color (decimal): -7008688 or 5246613. OLE color: 5246613.

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

Color convert

RGB 149 14 80 -
CMYK 0 0.91 0.46 0.42
HSL 330.67º 0.83% 0.32% -
HSV(B) 330.67º 0.91% 0.58% -
XYZ 14 7.28 8.26 -
YUV 61.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 149 14 80 0 0.91 0.46 0.42 330.67 0.83 0.32
Hex 95 E 50 0 5B 2E 2A 14B 53 20
Octal 225 16 120 0 133 56 52 513 123 40
Binary 10010101 1110 1010000 0 1011011 101110 101010 101001011 1010011 100000

Color Harmonies of #950E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E50

Black with #950E50

Text Example


Text Example

White with #950E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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