Html Css Color HEX #9F025D Jazzberry Jam

📋 copy color: '#9F025D'

red 159 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #9F025D

Tints of Jazzberry Jam #9F025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.61%

R = 62.6%
G = 0.79%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F025D (or 0x9F025D) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 5D. RGB value is (159,2,93). Sum of RGB (Red+Green+Blue) = 159+2+93=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F025D is #60FDA2. Grayscale: #3B3B3B. Windows color (decimal): -6356387 or 6095519. OLE color: 6095519.

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

Color convert

RGB 159 2 93 -
CMYK 0 0.99 0.42 0.38
HSL 325.22º 0.98% 0.32% -
HSV(B) 325.22º 0.99% 0.62% -
XYZ 16.3 8.2 11.08 -
YUV 59.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 159 2 93 0 0.99 0.42 0.38 325.22 0.98 0.32
Hex 9F 2 5D 0 63 2A 26 145 62 20
Octal 237 2 135 0 143 52 46 505 142 40
Binary 10011111 10 1011101 0 1100011 101010 100110 101000101 1100010 100000

Color Harmonies of #9F025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F025D

Black with #9F025D

Text Example


Text Example

White with #9F025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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