Html Css Color HEX #950354 Jazzberry Jam

📋 copy color: '#950354'

red 149 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #950354

Tints of Jazzberry Jam #950354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 84 (33.2% from 255) = 35.59%

R = 63.14%
G = 1.27%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#950354 (or 0x950354) is known color: Jazzberry Jam. HEX triplet: 95, 03 and 54. RGB value is (149,3,84). Sum of RGB (Red+Green+Blue) = 149+3+84=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #950354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950354 is #6AFCAB. Grayscale: #373737. Windows color (decimal): -7011500 or 5505941. OLE color: 5505941.

HSL color Cylindrical-coordinate representation of color #950354: hue angle of 326.71º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950354 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 84 -
CMYK 0 0.98 0.44 0.42
HSL 326.71º 0.96% 0.3% -
HSV(B) 326.71º 0.98% 0.58% -
XYZ 14.03 7.09 9.02 -
YUV 55.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 149 3 84 0 0.98 0.44 0.42 326.71 0.96 0.3
Hex 95 3 54 0 62 2C 2A 147 60 1E
Octal 225 3 124 0 142 54 52 507 140 36
Binary 10010101 11 1010100 0 1100010 101100 101010 101000111 1100000 11110

Color Harmonies of #950354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950354

Black with #950354

Text Example


Text Example

White with #950354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950354; }

 p { color: rgb(149,3,84); }

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

background-color css

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

 a { background-color: rgb(149,3,84); }

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

border-color css

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

 span { border-color: rgb(149,3,84); }

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