Html Css Color HEX #9C1B5E Jazzberry Jam

📋 copy color: '#9C1B5E'

red 156 ◦ green 27 ◦ blue 94

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

Shades of Jazzberry Jam #9C1B5E

Tints of Jazzberry Jam #9C1B5E

RGB

 RED value IS 156 (61.33% from 255) = 56.32%

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 56.32%
G = 9.75%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C1B5E (or 0x9C1B5E) is known color: Jazzberry Jam. HEX triplet: 9C, 1B and 5E. RGB value is (156,27,94). Sum of RGB (Red+Green+Blue) = 156+27+94=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1B5E is #63E4A1. Grayscale: #494949. Windows color (decimal): -6546594 or 6167452. OLE color: 6167452.

HSL color Cylindrical-coordinate representation of color #9C1B5E: hue angle of 328.84º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1B5E is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 27 94 -
CMYK 0 0.83 0.40 0.39
HSL 328.84º 0.7% 0.36% -
HSV(B) 328.84º 0.83% 0.61% -
XYZ 16.12 8.66 11.41 -
YUV 73.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 156 27 94 0 0.83 0.40 0.39 328.84 0.7 0.36
Hex 9C 1B 5E 0 53 28 27 149 46 24
Octal 234 33 136 0 123 50 47 511 106 44
Binary 10011100 11011 1011110 0 1010011 101000 100111 101001001 1000110 100100

Color Harmonies of #9C1B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1B5E

Black with #9C1B5E

Text Example


Text Example

White with #9C1B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,27,94); }

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

background-color css

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

 a { background-color: rgb(156,27,94); }

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

border-color css

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

 span { border-color: rgb(156,27,94); }

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