Html Css Color HEX #9A013F Jazzberry Jam

📋 copy color: '#9A013F'

red 154 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #9A013F

Tints of Jazzberry Jam #9A013F

RGB

 RED value IS 154 (60.55% from 255) = 70.64%

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 63 (25% from 255) = 28.9%

R = 70.64%
G = 0.46%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#9A013F (or 0x9A013F) is known color: Jazzberry Jam. HEX triplet: 9A, 01 and 3F. RGB value is (154,1,63). Sum of RGB (Red+Green+Blue) = 154+1+63=218 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.64% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 154 - color contains mainly: red. Hex color #9A013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A013F is #65FEC0. Grayscale: #353535. Windows color (decimal): -6684353 or 4129178. OLE color: 4129178.

HSL color Cylindrical-coordinate representation of color #9A013F: hue angle of 335.69º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A013F is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 1 63 -
CMYK 0 0.99 0.59 0.40
HSL 335.69º 0.99% 0.3% -
HSV(B) 335.69º 0.99% 0.6% -
XYZ 14.23 7.25 5.35 -
YUV 53.82 133.19 199.46 -
System Red Green Blue C M Y K H S L
Decimal 154 1 63 0 0.99 0.59 0.40 335.69 0.99 0.3
Hex 9A 1 3F 0 63 3B 28 150 63 1E
Octal 232 1 77 0 143 73 50 520 143 36
Binary 10011010 1 111111 0 1100011 111011 101000 101010000 1100011 11110

Color Harmonies of #9A013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A013F

Black with #9A013F

Text Example


Text Example

White with #9A013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,1,63); }

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

background-color css

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

 a { background-color: rgb(154,1,63); }

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

border-color css

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

 span { border-color: rgb(154,1,63); }

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