Html Css Color HEX #9A014E Jazzberry Jam

📋 copy color: '#9A014E'

red 154 ◦ green 1 ◦ blue 78

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

Shades of Jazzberry Jam #9A014E

Tints of Jazzberry Jam #9A014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.48%

R = 66.09%
G = 0.43%
B = 33.48%

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

#9A014E (or 0x9A014E) is known color: Jazzberry Jam. HEX triplet: 9A, 01 and 4E. RGB value is (154,1,78). Sum of RGB (Red+Green+Blue) = 154+1+78=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A014E is #65FEB1. Grayscale: #373737. Windows color (decimal): -6684338 or 5112218. OLE color: 5112218.

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

Color convert

RGB 154 1 78 -
CMYK 0 0.99 0.49 0.40
HSL 329.8º 0.99% 0.3% -
HSV(B) 329.8º 0.99% 0.6% -
XYZ 14.71 7.44 7.87 -
YUV 55.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 154 1 78 0 0.99 0.49 0.40 329.8 0.99 0.3
Hex 9A 1 4E 0 63 31 28 14A 63 1E
Octal 232 1 116 0 143 61 50 512 143 36
Binary 10011010 1 1001110 0 1100011 110001 101000 101001010 1100011 11110

Color Harmonies of #9A014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A014E

Black with #9A014E

Text Example


Text Example

White with #9A014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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