Html Css Color HEX #9C085E Jazzberry Jam

📋 copy color: '#9C085E'

red 156 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #9C085E

Tints of Jazzberry Jam #9C085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 60.47%
G = 3.1%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C085E (or 0x9C085E) is known color: Jazzberry Jam. HEX triplet: 9C, 08 and 5E. RGB value is (156,8,94). Sum of RGB (Red+Green+Blue) = 156+8+94=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C085E is #63F7A1. Grayscale: #3D3D3D. Windows color (decimal): -6551458 or 6162588. OLE color: 6162588.

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

Color convert

RGB 156 8 94 -
CMYK 0 0.95 0.40 0.39
HSL 325.14º 0.9% 0.32% -
HSV(B) 325.14º 0.95% 0.61% -
XYZ 15.82 8.05 11.31 -
YUV 62.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 156 8 94 0 0.95 0.40 0.39 325.14 0.9 0.32
Hex 9C 8 5E 0 5F 28 27 145 5A 20
Octal 234 10 136 0 137 50 47 505 132 40
Binary 10011100 1000 1011110 0 1011111 101000 100111 101000101 1011010 100000

Color Harmonies of #9C085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C085E

Black with #9C085E

Text Example


Text Example

White with #9C085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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