Html Css Color HEX #9C0158 Jazzberry Jam

📋 copy color: '#9C0158'

red 156 ◦ green 1 ◦ blue 88

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

Shades of Jazzberry Jam #9C0158

Tints of Jazzberry Jam #9C0158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 63.67%
G = 0.41%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C0158 (or 0x9C0158) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 58. RGB value is (156,1,88). Sum of RGB (Red+Green+Blue) = 156+1+88=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0158 is #63FEA7. Grayscale: #393939. Windows color (decimal): -6553256 or 5767580. OLE color: 5767580.

HSL color Cylindrical-coordinate representation of color #9C0158: hue angle of 326.32º 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 #9C0158 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 1 88 -
CMYK 0 0.99 0.44 0.39
HSL 326.32º 0.99% 0.31% -
HSV(B) 326.32º 0.99% 0.61% -
XYZ 15.48 7.79 9.92 -
YUV 57.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 156 1 88 0 0.99 0.44 0.39 326.32 0.99 0.31
Hex 9C 1 58 0 63 2C 27 146 63 1F
Octal 234 1 130 0 143 54 47 506 143 37
Binary 10011100 1 1011000 0 1100011 101100 100111 101000110 1100011 11111

Color Harmonies of #9C0158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0158

Black with #9C0158

Text Example


Text Example

White with #9C0158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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