Html Css Color HEX #9F0255 Jazzberry Jam

📋 copy color: '#9F0255'

red 159 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #9F0255

Tints of Jazzberry Jam #9F0255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 64.63%
G = 0.81%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F0255 (or 0x9F0255) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 55. RGB value is (159,2,85). Sum of RGB (Red+Green+Blue) = 159+2+85=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0255 is #60FDAA. Grayscale: #3A3A3A. Windows color (decimal): -6356395 or 5571231. OLE color: 5571231.

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

Color convert

RGB 159 2 85 -
CMYK 0 0.99 0.47 0.38
HSL 328.28º 0.98% 0.32% -
HSV(B) 328.28º 0.99% 0.62% -
XYZ 15.96 8.07 9.31 -
YUV 58.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 159 2 85 0 0.99 0.47 0.38 328.28 0.98 0.32
Hex 9F 2 55 0 63 2F 26 148 62 20
Octal 237 2 125 0 143 57 46 510 142 40
Binary 10011111 10 1010101 0 1100011 101111 100110 101001000 1100010 100000

Color Harmonies of #9F0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0255

Black with #9F0255

Text Example


Text Example

White with #9F0255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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