Html Css Color HEX #9C1F6E Jazzberry Jam

📋 copy color: '#9C1F6E'

red 156 ◦ green 31 ◦ blue 110

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

Shades of Jazzberry Jam #9C1F6E

Tints of Jazzberry Jam #9C1F6E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.44%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 52.53%
G = 10.44%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C1F6E (or 0x9C1F6E) is known color: Jazzberry Jam. HEX triplet: 9C, 1F and 6E. RGB value is (156,31,110). Sum of RGB (Red+Green+Blue) = 156+31+110=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1F6E is #63E091. Grayscale: #4D4D4D. Windows color (decimal): -6545554 or 7217052. OLE color: 7217052.

HSL color Cylindrical-coordinate representation of color #9C1F6E: hue angle of 322.08º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C1F6E is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 31 110 -
CMYK 0 0.80 0.29 0.39
HSL 322.08º 0.67% 0.37% -
HSV(B) 322.08º 0.8% 0.61% -
XYZ 17.01 9.17 15.63 -
YUV 77.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 156 31 110 0 0.80 0.29 0.39 322.08 0.67 0.37
Hex 9C 1F 6E 0 50 1D 27 142 43 25
Octal 234 37 156 0 120 35 47 502 103 45
Binary 10011100 11111 1101110 0 1010000 11101 100111 101000010 1000011 100101

Color Harmonies of #9C1F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1F6E

Black with #9C1F6E

Text Example


Text Example

White with #9C1F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,31,110); }

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

background-color css

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

 a { background-color: rgb(156,31,110); }

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

border-color css

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

 span { border-color: rgb(156,31,110); }

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