Html Css Color HEX #95095A Jazzberry Jam

📋 copy color: '#95095A'

red 149 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #95095A

Tints of Jazzberry Jam #95095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 60.08%
G = 3.63%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95095A (or 0x95095A) is known color: Jazzberry Jam. HEX triplet: 95, 09 and 5A. RGB value is (149,9,90). Sum of RGB (Red+Green+Blue) = 149+9+90=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95095A is #6AF6A5. Grayscale: #3B3B3B. Windows color (decimal): -7009958 or 5900693. OLE color: 5900693.

HSL color Cylindrical-coordinate representation of color #95095A: hue angle of 325.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 #95095A is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 9 90 -
CMYK 0 0.94 0.40 0.42
HSL 325.29º 0.89% 0.31% -
HSV(B) 325.29º 0.94% 0.58% -
XYZ 14.34 7.32 10.33 -
YUV 60.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 149 9 90 0 0.94 0.40 0.42 325.29 0.89 0.31
Hex 95 9 5A 0 5E 28 2A 145 59 1F
Octal 225 11 132 0 136 50 52 505 131 37
Binary 10010101 1001 1011010 0 1011110 101000 101010 101000101 1011001 11111

Color Harmonies of #95095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95095A

Black with #95095A

Text Example


Text Example

White with #95095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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