Html Css Color HEX #9A0D57 Jazzberry Jam

📋 copy color: '#9A0D57'

red 154 ◦ green 13 ◦ blue 87

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

Shades of Jazzberry Jam #9A0D57

Tints of Jazzberry Jam #9A0D57

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.12%

 BLUE value IS 87 (34.38% from 255) = 34.25%

R = 60.63%
G = 5.12%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#9A0D57 (or 0x9A0D57) is known color: Jazzberry Jam. HEX triplet: 9A, 0D and 57. RGB value is (154,13,87). Sum of RGB (Red+Green+Blue) = 154+13+87=254 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.63% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0D57 is #65F2A8. Grayscale: #3F3F3F. Windows color (decimal): -6681257 or 5705114. OLE color: 5705114.

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

Color convert

RGB 154 13 87 -
CMYK 0 0.92 0.44 0.40
HSL 328.51º 0.84% 0.33% -
HSV(B) 328.51º 0.92% 0.6% -
XYZ 15.19 7.85 9.73 -
YUV 63.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 154 13 87 0 0.92 0.44 0.40 328.51 0.84 0.33
Hex 9A D 57 0 5C 2C 28 149 54 21
Octal 232 15 127 0 134 54 50 511 124 41
Binary 10011010 1101 1010111 0 1011100 101100 101000 101001001 1010100 100001

Color Harmonies of #9A0D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0D57

Black with #9A0D57

Text Example


Text Example

White with #9A0D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,13,87); }

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

background-color css

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

 a { background-color: rgb(154,13,87); }

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

border-color css

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

 span { border-color: rgb(154,13,87); }

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