Html Css Color HEX #9A0251 Jazzberry Jam

📋 copy color: '#9A0251'

red 154 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #9A0251

Tints of Jazzberry Jam #9A0251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 81 (32.03% from 255) = 34.18%

R = 64.98%
G = 0.84%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A0251 (or 0x9A0251) is known color: Jazzberry Jam. HEX triplet: 9A, 02 and 51. RGB value is (154,2,81). Sum of RGB (Red+Green+Blue) = 154+2+81=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0251 is #65FDAE. Grayscale: #383838. Windows color (decimal): -6684079 or 5309082. OLE color: 5309082.

HSL color Cylindrical-coordinate representation of color #9A0251: hue angle of 328.82º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0251 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 2 81 -
CMYK 0 0.99 0.47 0.40
HSL 328.82º 0.97% 0.31% -
HSV(B) 328.82º 0.99% 0.6% -
XYZ 14.83 7.51 8.45 -
YUV 56.45 141.86 197.58 -
System Red Green Blue C M Y K H S L
Decimal 154 2 81 0 0.99 0.47 0.40 328.82 0.97 0.31
Hex 9A 2 51 0 63 2F 28 149 61 1F
Octal 232 2 121 0 143 57 50 511 141 37
Binary 10011010 10 1010001 0 1100011 101111 101000 101001001 1100001 11111

Color Harmonies of #9A0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0251

Black with #9A0251

Text Example


Text Example

White with #9A0251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,2,81); }

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

background-color css

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

 a { background-color: rgb(154,2,81); }

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

border-color css

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

 span { border-color: rgb(154,2,81); }

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