Html Css Color HEX #950655 Jazzberry Jam

📋 copy color: '#950655'

red 149 ◦ green 6 ◦ blue 85

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

Shades of Jazzberry Jam #950655

Tints of Jazzberry Jam #950655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 62.08%
G = 2.5%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#950655 (or 0x950655) is known color: Jazzberry Jam. HEX triplet: 95, 06 and 55. RGB value is (149,6,85). Sum of RGB (Red+Green+Blue) = 149+6+85=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #950655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950655 is #6AF9AA. Grayscale: #393939. Windows color (decimal): -7010731 or 5572245. OLE color: 5572245.

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

Color convert

RGB 149 6 85 -
CMYK 0 0.96 0.43 0.42
HSL 326.85º 0.92% 0.3% -
HSV(B) 326.85º 0.96% 0.58% -
XYZ 14.1 7.18 9.24 -
YUV 57.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 149 6 85 0 0.96 0.43 0.42 326.85 0.92 0.3
Hex 95 6 55 0 60 2B 2A 147 5C 1E
Octal 225 6 125 0 140 53 52 507 134 36
Binary 10010101 110 1010101 0 1100000 101011 101010 101000111 1011100 11110

Color Harmonies of #950655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950655

Black with #950655

Text Example


Text Example

White with #950655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950655; }

 p { color: rgb(149,6,85); }

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

background-color css

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

 a { background-color: rgb(149,6,85); }

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

border-color css

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

 span { border-color: rgb(149,6,85); }

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