Html Css Color HEX #9A014B Jazzberry Jam

📋 copy color: '#9A014B'

red 154 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #9A014B

Tints of Jazzberry Jam #9A014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.61%

R = 66.96%
G = 0.43%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#9A014B (or 0x9A014B) is known color: Jazzberry Jam. HEX triplet: 9A, 01 and 4B. RGB value is (154,1,75). Sum of RGB (Red+Green+Blue) = 154+1+75=230 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.96% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 154 - color contains mainly: red. Hex color #9A014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A014B is #65FEB4. Grayscale: #373737. Windows color (decimal): -6684341 or 4915610. OLE color: 4915610.

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

Color convert

RGB 154 1 75 -
CMYK 0 0.99 0.51 0.40
HSL 330.98º 0.99% 0.3% -
HSV(B) 330.98º 0.99% 0.6% -
XYZ 14.61 7.4 7.32 -
YUV 55.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 154 1 75 0 0.99 0.51 0.40 330.98 0.99 0.3
Hex 9A 1 4B 0 63 33 28 14B 63 1E
Octal 232 1 113 0 143 63 50 513 143 36
Binary 10011010 1 1001011 0 1100011 110011 101000 101001011 1100011 11110

Color Harmonies of #9A014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A014B

Black with #9A014B

Text Example


Text Example

White with #9A014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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