Html Css Color HEX #950953 Jazzberry Jam

📋 copy color: '#950953'

red 149 ◦ green 9 ◦ blue 83

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

Shades of Jazzberry Jam #950953

Tints of Jazzberry Jam #950953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

 BLUE value IS 83 (32.81% from 255) = 34.44%

R = 61.83%
G = 3.73%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#950953 (or 0x950953) is known color: Jazzberry Jam. HEX triplet: 95, 09 and 53. RGB value is (149,9,83). Sum of RGB (Red+Green+Blue) = 149+9+83=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #950953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950953 is #6AF6AC. Grayscale: #3B3B3B. Windows color (decimal): -7009965 or 5441941. OLE color: 5441941.

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

Color convert

RGB 149 9 83 -
CMYK 0 0.94 0.44 0.42
HSL 328.29º 0.89% 0.31% -
HSV(B) 328.29º 0.94% 0.58% -
XYZ 14.05 7.21 8.83 -
YUV 59.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 149 9 83 0 0.94 0.44 0.42 328.29 0.89 0.31
Hex 95 9 53 0 5E 2C 2A 148 59 1F
Octal 225 11 123 0 136 54 52 510 131 37
Binary 10010101 1001 1010011 0 1011110 101100 101010 101001000 1011001 11111

Color Harmonies of #950953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950953

Black with #950953

Text Example


Text Example

White with #950953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950953; }

 p { color: rgb(149,9,83); }

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

background-color css

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

 a { background-color: rgb(149,9,83); }

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

border-color css

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

 span { border-color: rgb(149,9,83); }

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