Html Css Color HEX #9A0F42 Jazzberry Jam

📋 copy color: '#9A0F42'

red 154 ◦ green 15 ◦ blue 66

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

Shades of Jazzberry Jam #9A0F42

Tints of Jazzberry Jam #9A0F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 65.53%
G = 6.38%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#9A0F42 (or 0x9A0F42) is known color: Jazzberry Jam. HEX triplet: 9A, 0F and 42. RGB value is (154,15,66). Sum of RGB (Red+Green+Blue) = 154+15+66=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0F42 is #65F0BD. Grayscale: #3E3E3E. Windows color (decimal): -6680766 or 4329370. OLE color: 4329370.

HSL color Cylindrical-coordinate representation of color #9A0F42: hue angle of 337.99º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F42 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 15 66 -
CMYK 0 0.90 0.57 0.40
HSL 337.99º 0.82% 0.33% -
HSV(B) 337.99º 0.9% 0.6% -
XYZ 14.48 7.61 5.86 -
YUV 62.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 154 15 66 0 0.90 0.57 0.40 337.99 0.82 0.33
Hex 9A F 42 0 5A 39 28 152 52 21
Octal 232 17 102 0 132 71 50 522 122 41
Binary 10011010 1111 1000010 0 1011010 111001 101000 101010010 1010010 100001

Color Harmonies of #9A0F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0F42

Black with #9A0F42

Text Example


Text Example

White with #9A0F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,15,66); }

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

background-color css

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

 a { background-color: rgb(154,15,66); }

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

border-color css

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

 span { border-color: rgb(154,15,66); }

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