Html Css Color HEX #9A195A Jazzberry Jam

📋 copy color: '#9A195A'

red 154 ◦ green 25 ◦ blue 90

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

Shades of Jazzberry Jam #9A195A

Tints of Jazzberry Jam #9A195A

RGB

 RED value IS 154 (60.55% from 255) = 57.25%

 GREEN value IS 25 (10.16% from 255) = 9.29%

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

R = 57.25%
G = 9.29%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A195A (or 0x9A195A) is known color: Jazzberry Jam. HEX triplet: 9A, 19 and 5A. RGB value is (154,25,90). Sum of RGB (Red+Green+Blue) = 154+25+90=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A195A is #65E6A5. Grayscale: #464646. Windows color (decimal): -6678182 or 5904794. OLE color: 5904794.

HSL color Cylindrical-coordinate representation of color #9A195A: hue angle of 329.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A195A is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 25 90 -
CMYK 0 0.84 0.42 0.40
HSL 329.77º 0.72% 0.35% -
HSV(B) 329.77º 0.84% 0.6% -
XYZ 15.52 8.3 10.46 -
YUV 70.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 154 25 90 0 0.84 0.42 0.40 329.77 0.72 0.35
Hex 9A 19 5A 0 54 2A 28 14A 48 23
Octal 232 31 132 0 124 52 50 512 110 43
Binary 10011010 11001 1011010 0 1010100 101010 101000 101001010 1001000 100011

Color Harmonies of #9A195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A195A

Black with #9A195A

Text Example


Text Example

White with #9A195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A195A; }

 p { color: rgb(154,25,90); }

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

background-color css

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

 a { background-color: rgb(154,25,90); }

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

border-color css

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

 span { border-color: rgb(154,25,90); }

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