Html Css Color HEX #9A0E41 Jazzberry Jam

📋 copy color: '#9A0E41'

red 154 ◦ green 14 ◦ blue 65

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

Shades of Jazzberry Jam #9A0E41

Tints of Jazzberry Jam #9A0E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.01%

 BLUE value IS 65 (25.78% from 255) = 27.9%

R = 66.09%
G = 6.01%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#9A0E41 (or 0x9A0E41) is known color: Jazzberry Jam. HEX triplet: 9A, 0E and 41. RGB value is (154,14,65). Sum of RGB (Red+Green+Blue) = 154+14+65=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0E41 is #65F1BE. Grayscale: #3D3D3D. Windows color (decimal): -6681023 or 4263578. OLE color: 4263578.

HSL color Cylindrical-coordinate representation of color #9A0E41: hue angle of 338.14º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E41 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 14 65 -
CMYK 0 0.91 0.58 0.40
HSL 338.14º 0.83% 0.33% -
HSV(B) 338.14º 0.91% 0.6% -
XYZ 14.44 7.57 5.7 -
YUV 61.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 154 14 65 0 0.91 0.58 0.40 338.14 0.83 0.33
Hex 9A E 41 0 5B 3A 28 152 53 21
Octal 232 16 101 0 133 72 50 522 123 41
Binary 10011010 1110 1000001 0 1011011 111010 101000 101010010 1010011 100001

Color Harmonies of #9A0E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0E41

Black with #9A0E41

Text Example


Text Example

White with #9A0E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,14,65); }

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

background-color css

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

 a { background-color: rgb(154,14,65); }

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

border-color css

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

 span { border-color: rgb(154,14,65); }

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