Html Css Color HEX #9A095D Jazzberry Jam

📋 copy color: '#9A095D'

red 154 ◦ green 9 ◦ blue 93

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

Shades of Jazzberry Jam #9A095D

Tints of Jazzberry Jam #9A095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 60.16%
G = 3.52%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A095D (or 0x9A095D) is known color: Jazzberry Jam. HEX triplet: 9A, 09 and 5D. RGB value is (154,9,93). Sum of RGB (Red+Green+Blue) = 154+9+93=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A095D is #65F6A2. Grayscale: #3D3D3D. Windows color (decimal): -6682275 or 6097306. OLE color: 6097306.

HSL color Cylindrical-coordinate representation of color #9A095D: hue angle of 325.24º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A095D is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 9 93 -
CMYK 0 0.94 0.40 0.40
HSL 325.24º 0.89% 0.32% -
HSV(B) 325.24º 0.94% 0.6% -
XYZ 15.4 7.86 11.06 -
YUV 61.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 154 9 93 0 0.94 0.40 0.40 325.24 0.89 0.32
Hex 9A 9 5D 0 5E 28 28 145 59 20
Octal 232 11 135 0 136 50 50 505 131 40
Binary 10011010 1001 1011101 0 1011110 101000 101000 101000101 1011001 100000

Color Harmonies of #9A095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A095D

Black with #9A095D

Text Example


Text Example

White with #9A095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,9,93); }

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

background-color css

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

 a { background-color: rgb(154,9,93); }

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

border-color css

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

 span { border-color: rgb(154,9,93); }

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