Html Css Color HEX #95115F Jazzberry Jam

📋 copy color: '#95115F'

red 149 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #95115F

Tints of Jazzberry Jam #95115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 57.09%
G = 6.51%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95115F (or 0x95115F) is known color: Jazzberry Jam. HEX triplet: 95, 11 and 5F. RGB value is (149,17,95). Sum of RGB (Red+Green+Blue) = 149+17+95=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95115F is #6AEEA0. Grayscale: #414141. Windows color (decimal): -7007905 or 6230421. OLE color: 6230421.

HSL color Cylindrical-coordinate representation of color #95115F: hue angle of 324.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95115F is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 95 -
CMYK 0 0.89 0.36 0.42
HSL 324.55º 0.8% 0.33% -
HSV(B) 324.55º 0.89% 0.58% -
XYZ 14.66 7.62 11.52 -
YUV 65.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 149 17 95 0 0.89 0.36 0.42 324.55 0.8 0.33
Hex 95 11 5F 0 59 24 2A 145 50 21
Octal 225 21 137 0 131 44 52 505 120 41
Binary 10010101 10001 1011111 0 1011001 100100 101010 101000101 1010000 100001

Color Harmonies of #95115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95115F

Black with #95115F

Text Example


Text Example

White with #95115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95115F; }

 p { color: rgb(149,17,95); }

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

background-color css

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

 a { background-color: rgb(149,17,95); }

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

border-color css

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

 span { border-color: rgb(149,17,95); }

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