Html Css Color HEX #9A1B5B Jazzberry Jam

📋 copy color: '#9A1B5B'

red 154 ◦ green 27 ◦ blue 91

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

Shades of Jazzberry Jam #9A1B5B

Tints of Jazzberry Jam #9A1B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.93%

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 56.62%
G = 9.93%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#9A1B5B (or 0x9A1B5B) is known color: Jazzberry Jam. HEX triplet: 9A, 1B and 5B. RGB value is (154,27,91). Sum of RGB (Red+Green+Blue) = 154+27+91=272 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.62% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1B5B is #65E4A4. Grayscale: #484848. Windows color (decimal): -6677669 or 5970842. OLE color: 5970842.

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

Color convert

RGB 154 27 91 -
CMYK 0 0.82 0.41 0.40
HSL 329.76º 0.7% 0.35% -
HSV(B) 329.76º 0.82% 0.6% -
XYZ 15.61 8.41 10.7 -
YUV 72.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 154 27 91 0 0.82 0.41 0.40 329.76 0.7 0.35
Hex 9A 1B 5B 0 52 29 28 14A 46 23
Octal 232 33 133 0 122 51 50 512 106 43
Binary 10011010 11011 1011011 0 1010010 101001 101000 101001010 1000110 100011

Color Harmonies of #9A1B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1B5B

Black with #9A1B5B

Text Example


Text Example

White with #9A1B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,27,91); }

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

background-color css

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

 a { background-color: rgb(154,27,91); }

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

border-color css

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

 span { border-color: rgb(154,27,91); }

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