Html Css Color HEX #9A014F Jazzberry Jam

📋 copy color: '#9A014F'

red 154 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #9A014F

Tints of Jazzberry Jam #9A014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.76%

R = 65.81%
G = 0.43%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#9A014F (or 0x9A014F) is known color: Jazzberry Jam. HEX triplet: 9A, 01 and 4F. RGB value is (154,1,79). Sum of RGB (Red+Green+Blue) = 154+1+79=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A014F is #65FEB0. Grayscale: #373737. Windows color (decimal): -6684337 or 5177754. OLE color: 5177754.

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

Color convert

RGB 154 1 79 -
CMYK 0 0.99 0.49 0.40
HSL 329.41º 0.99% 0.3% -
HSV(B) 329.41º 0.99% 0.6% -
XYZ 14.75 7.46 8.06 -
YUV 55.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 154 1 79 0 0.99 0.49 0.40 329.41 0.99 0.3
Hex 9A 1 4F 0 63 31 28 149 63 1E
Octal 232 1 117 0 143 61 50 511 143 36
Binary 10011010 1 1001111 0 1100011 110001 101000 101001001 1100011 11110

Color Harmonies of #9A014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A014F

Black with #9A014F

Text Example


Text Example

White with #9A014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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