Html Css Color HEX #9F2570 Jazzberry Jam

📋 copy color: '#9F2570'

red 159 ◦ green 37 ◦ blue 112

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

Shades of Jazzberry Jam #9F2570

Tints of Jazzberry Jam #9F2570

RGB

 RED value IS 159 (62.5% from 255) = 51.62%

 GREEN value IS 37 (14.84% from 255) = 12.01%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 51.62%
G = 12.01%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F2570 (or 0x9F2570) is known color: Jazzberry Jam. HEX triplet: 9F, 25 and 70. RGB value is (159,37,112). Sum of RGB (Red+Green+Blue) = 159+37+112=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2570 is #60DA8F. Grayscale: #515151. Windows color (decimal): -6347408 or 7349663. OLE color: 7349663.

HSL color Cylindrical-coordinate representation of color #9F2570: hue angle of 323.11º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2570 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 37 112 -
CMYK 0 0.77 0.30 0.38
HSL 323.11º 0.62% 0.38% -
HSV(B) 323.11º 0.77% 0.62% -
XYZ 17.88 9.86 16.29 -
YUV 82.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 159 37 112 0 0.77 0.30 0.38 323.11 0.62 0.38
Hex 9F 25 70 0 4D 1E 26 143 3E 26
Octal 237 45 160 0 115 36 46 503 76 46
Binary 10011111 100101 1110000 0 1001101 11110 100110 101000011 111110 100110

Color Harmonies of #9F2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2570

Black with #9F2570

Text Example


Text Example

White with #9F2570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,112); }

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

background-color css

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

 a { background-color: rgb(159,37,112); }

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

border-color css

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

 span { border-color: rgb(159,37,112); }

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