Html Css Color HEX #950654 Jazzberry Jam

📋 copy color: '#950654'

red 149 ◦ green 6 ◦ blue 84

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

Shades of Jazzberry Jam #950654

Tints of Jazzberry Jam #950654

RGB

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

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

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

R = 62.34%
G = 2.51%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#950654 (or 0x950654) is known color: Jazzberry Jam. HEX triplet: 95, 06 and 54. RGB value is (149,6,84). Sum of RGB (Red+Green+Blue) = 149+6+84=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #950654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950654 is #6AF9AB. Grayscale: #393939. Windows color (decimal): -7010732 or 5506709. OLE color: 5506709.

HSL color Cylindrical-coordinate representation of color #950654: hue angle of 327.27º 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 #950654 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 84 -
CMYK 0 0.96 0.44 0.42
HSL 327.27º 0.92% 0.3% -
HSV(B) 327.27º 0.96% 0.58% -
XYZ 14.06 7.16 9.03 -
YUV 57.65 142.88 193.16 -
System Red Green Blue C M Y K H S L
Decimal 149 6 84 0 0.96 0.44 0.42 327.27 0.92 0.3
Hex 95 6 54 0 60 2C 2A 147 5C 1E
Octal 225 6 124 0 140 54 52 507 134 36
Binary 10010101 110 1010100 0 1100000 101100 101010 101000111 1011100 11110

Color Harmonies of #950654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950654

Black with #950654

Text Example


Text Example

White with #950654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950654; }

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

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

background-color css

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

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

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

border-color css

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

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

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