Html Css Color HEX #950855 Jazzberry Jam

📋 copy color: '#950855'

red 149 ◦ green 8 ◦ blue 85

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

Shades of Jazzberry Jam #950855

Tints of Jazzberry Jam #950855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

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

R = 61.57%
G = 3.31%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#950855 (or 0x950855) is known color: Jazzberry Jam. HEX triplet: 95, 08 and 55. RGB value is (149,8,85). Sum of RGB (Red+Green+Blue) = 149+8+85=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #950855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950855 is #6AF7AA. Grayscale: #3A3A3A. Windows color (decimal): -7010219 or 5572757. OLE color: 5572757.

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

Color convert

RGB 149 8 85 -
CMYK 0 0.95 0.43 0.42
HSL 327.23º 0.9% 0.31% -
HSV(B) 327.23º 0.95% 0.58% -
XYZ 14.12 7.22 9.24 -
YUV 58.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 149 8 85 0 0.95 0.43 0.42 327.23 0.9 0.31
Hex 95 8 55 0 5F 2B 2A 147 5A 1F
Octal 225 10 125 0 137 53 52 507 132 37
Binary 10010101 1000 1010101 0 1011111 101011 101010 101000111 1011010 11111

Color Harmonies of #950855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950855

Black with #950855

Text Example


Text Example

White with #950855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950855; }

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

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

background-color css

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

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

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

border-color css

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

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

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