Html Css Color HEX #9F025B Jazzberry Jam

📋 copy color: '#9F025B'

red 159 ◦ green 2 ◦ blue 91

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

Shades of Jazzberry Jam #9F025B

Tints of Jazzberry Jam #9F025B

RGB

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

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

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

R = 63.1%
G = 0.79%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F025B (or 0x9F025B) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 5B. RGB value is (159,2,91). Sum of RGB (Red+Green+Blue) = 159+2+91=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F025B is #60FDA4. Grayscale: #3A3A3A. Windows color (decimal): -6356389 or 5964447. OLE color: 5964447.

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

Color convert

RGB 159 2 91 -
CMYK 0 0.99 0.43 0.38
HSL 325.99º 0.98% 0.32% -
HSV(B) 325.99º 0.99% 0.62% -
XYZ 16.21 8.17 10.62 -
YUV 59.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 159 2 91 0 0.99 0.43 0.38 325.99 0.98 0.32
Hex 9F 2 5B 0 63 2B 26 146 62 20
Octal 237 2 133 0 143 53 46 506 142 40
Binary 10011111 10 1011011 0 1100011 101011 100110 101000110 1100010 100000

Color Harmonies of #9F025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F025B

Black with #9F025B

Text Example


Text Example

White with #9F025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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