Html Css Color HEX #9C0153 Jazzberry Jam

📋 copy color: '#9C0153'

red 156 ◦ green 1 ◦ blue 83

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

Shades of Jazzberry Jam #9C0153

Tints of Jazzberry Jam #9C0153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 65%
G = 0.42%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C0153 (or 0x9C0153) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 53. RGB value is (156,1,83). Sum of RGB (Red+Green+Blue) = 156+1+83=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0153 is #63FEAC. Grayscale: #383838. Windows color (decimal): -6553261 or 5439900. OLE color: 5439900.

HSL color Cylindrical-coordinate representation of color #9C0153: hue angle of 328.26º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0153 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 1 83 -
CMYK 0 0.99 0.47 0.39
HSL 328.26º 0.99% 0.31% -
HSV(B) 328.26º 0.99% 0.61% -
XYZ 15.28 7.71 8.87 -
YUV 56.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 156 1 83 0 0.99 0.47 0.39 328.26 0.99 0.31
Hex 9C 1 53 0 63 2F 27 148 63 1F
Octal 234 1 123 0 143 57 47 510 143 37
Binary 10011100 1 1010011 0 1100011 101111 100111 101001000 1100011 11111

Color Harmonies of #9C0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0153

Black with #9C0153

Text Example


Text Example

White with #9C0153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,83); }

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

background-color css

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

 a { background-color: rgb(156,1,83); }

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

border-color css

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

 span { border-color: rgb(156,1,83); }

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