Html Css Color HEX #9C1E6F Jazzberry Jam

📋 copy color: '#9C1E6F'

red 156 ◦ green 30 ◦ blue 111

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

Shades of Jazzberry Jam #9C1E6F

Tints of Jazzberry Jam #9C1E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 52.53%
G = 10.1%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C1E6F (or 0x9C1E6F) is known color: Jazzberry Jam. HEX triplet: 9C, 1E and 6F. RGB value is (156,30,111). Sum of RGB (Red+Green+Blue) = 156+30+111=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E6F is #63E190. Grayscale: #4C4C4C. Windows color (decimal): -6545809 or 7282332. OLE color: 7282332.

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

Color convert

RGB 156 30 111 -
CMYK 0 0.81 0.29 0.39
HSL 321.43º 0.68% 0.36% -
HSV(B) 321.43º 0.81% 0.61% -
XYZ 17.04 9.14 15.91 -
YUV 76.91 147.24 184.41 -
System Red Green Blue C M Y K H S L
Decimal 156 30 111 0 0.81 0.29 0.39 321.43 0.68 0.36
Hex 9C 1E 6F 0 51 1D 27 141 44 24
Octal 234 36 157 0 121 35 47 501 104 44
Binary 10011100 11110 1101111 0 1010001 11101 100111 101000001 1000100 100100

Color Harmonies of #9C1E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1E6F

Black with #9C1E6F

Text Example


Text Example

White with #9C1E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,30,111); }

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

background-color css

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

 a { background-color: rgb(156,30,111); }

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

border-color css

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

 span { border-color: rgb(156,30,111); }

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