Html Css Color HEX #9A0F63 Jazzberry Jam

📋 copy color: '#9A0F63'

red 154 ◦ green 15 ◦ blue 99

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

Shades of Jazzberry Jam #9A0F63

Tints of Jazzberry Jam #9A0F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 57.46%
G = 5.6%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A0F63 (or 0x9A0F63) is known color: Jazzberry Jam. HEX triplet: 9A, 0F and 63. RGB value is (154,15,99). Sum of RGB (Red+Green+Blue) = 154+15+99=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0F63 is #65F09C. Grayscale: #414141. Windows color (decimal): -6680733 or 6492058. OLE color: 6492058.

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

Color convert

RGB 154 15 99 -
CMYK 0 0.90 0.36 0.40
HSL 323.74º 0.82% 0.33% -
HSV(B) 323.74º 0.9% 0.6% -
XYZ 15.75 8.11 12.54 -
YUV 66.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 154 15 99 0 0.90 0.36 0.40 323.74 0.82 0.33
Hex 9A F 63 0 5A 24 28 144 52 21
Octal 232 17 143 0 132 44 50 504 122 41
Binary 10011010 1111 1100011 0 1011010 100100 101000 101000100 1010010 100001

Color Harmonies of #9A0F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0F63

Black with #9A0F63

Text Example


Text Example

White with #9A0F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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