Html Css Color HEX #950754 Jazzberry Jam

📋 copy color: '#950754'

red 149 ◦ green 7 ◦ blue 84

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

Shades of Jazzberry Jam #950754

Tints of Jazzberry Jam #950754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 62.08%
G = 2.92%
B = 35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#950754 (or 0x950754) is known color: Jazzberry Jam. HEX triplet: 95, 07 and 54. RGB value is (149,7,84). Sum of RGB (Red+Green+Blue) = 149+7+84=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #950754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950754 is #6AF8AB. Grayscale: #3A3A3A. Windows color (decimal): -7010476 or 5506965. OLE color: 5506965.

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

Color convert

RGB 149 7 84 -
CMYK 0 0.95 0.44 0.42
HSL 327.46º 0.91% 0.31% -
HSV(B) 327.46º 0.95% 0.58% -
XYZ 14.07 7.18 9.03 -
YUV 58.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 149 7 84 0 0.95 0.44 0.42 327.46 0.91 0.31
Hex 95 7 54 0 5F 2C 2A 147 5B 1F
Octal 225 7 124 0 137 54 52 507 133 37
Binary 10010101 111 1010100 0 1011111 101100 101010 101000111 1011011 11111

Color Harmonies of #950754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950754

Black with #950754

Text Example


Text Example

White with #950754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950754; }

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

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

background-color css

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

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

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

border-color css

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

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

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