Html Css Color HEX #9C085A Jazzberry Jam

📋 copy color: '#9C085A'

red 156 ◦ green 8 ◦ blue 90

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

Shades of Jazzberry Jam #9C085A

Tints of Jazzberry Jam #9C085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 61.42%
G = 3.15%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C085A (or 0x9C085A) is known color: Jazzberry Jam. HEX triplet: 9C, 08 and 5A. RGB value is (156,8,90). Sum of RGB (Red+Green+Blue) = 156+8+90=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C085A is #63F7A5. Grayscale: #3D3D3D. Windows color (decimal): -6551462 or 5900444. OLE color: 5900444.

HSL color Cylindrical-coordinate representation of color #9C085A: hue angle of 326.76º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C085A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 8 90 -
CMYK 0 0.95 0.42 0.39
HSL 326.76º 0.9% 0.32% -
HSV(B) 326.76º 0.95% 0.61% -
XYZ 15.64 7.98 10.39 -
YUV 61.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 156 8 90 0 0.95 0.42 0.39 326.76 0.9 0.32
Hex 9C 8 5A 0 5F 2A 27 147 5A 20
Octal 234 10 132 0 137 52 47 507 132 40
Binary 10011100 1000 1011010 0 1011111 101010 100111 101000111 1011010 100000

Color Harmonies of #9C085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C085A

Black with #9C085A

Text Example


Text Example

White with #9C085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,8,90); }

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

background-color css

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

 a { background-color: rgb(156,8,90); }

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

border-color css

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

 span { border-color: rgb(156,8,90); }

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