Html Css Color HEX #9C025B Jazzberry Jam

📋 copy color: '#9C025B'

red 156 ◦ green 2 ◦ blue 91

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

Shades of Jazzberry Jam #9C025B

Tints of Jazzberry Jam #9C025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 91 (35.94% from 255) = 36.55%

R = 62.65%
G = 0.8%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C025B (or 0x9C025B) is known color: Jazzberry Jam. HEX triplet: 9C, 02 and 5B. RGB value is (156,2,91). Sum of RGB (Red+Green+Blue) = 156+2+91=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C025B is #63FDA4. Grayscale: #393939. Windows color (decimal): -6552997 or 5964444. OLE color: 5964444.

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

Color convert

RGB 156 2 91 -
CMYK 0 0.99 0.42 0.39
HSL 325.32º 0.97% 0.31% -
HSV(B) 325.32º 0.99% 0.61% -
XYZ 15.62 7.87 10.59 -
YUV 58.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 156 2 91 0 0.99 0.42 0.39 325.32 0.97 0.31
Hex 9C 2 5B 0 63 2A 27 145 61 1F
Octal 234 2 133 0 143 52 47 505 141 37
Binary 10011100 10 1011011 0 1100011 101010 100111 101000101 1100001 11111

Color Harmonies of #9C025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C025B

Black with #9C025B

Text Example


Text Example

White with #9C025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,2,91); }

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

background-color css

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

 a { background-color: rgb(156,2,91); }

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

border-color css

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

 span { border-color: rgb(156,2,91); }

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