Html Css Color HEX #9A1F62 Jazzberry Jam

📋 copy color: '#9A1F62'

red 154 ◦ green 31 ◦ blue 98

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

Shades of Jazzberry Jam #9A1F62

Tints of Jazzberry Jam #9A1F62

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.95%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 54.42%
G = 10.95%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A1F62 (or 0x9A1F62) is known color: Jazzberry Jam. HEX triplet: 9A, 1F and 62. RGB value is (154,31,98). Sum of RGB (Red+Green+Blue) = 154+31+98=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1F62 is #65E09D. Grayscale: #4B4B4B. Windows color (decimal): -6676638 or 6430618. OLE color: 6430618.

HSL color Cylindrical-coordinate representation of color #9A1F62: hue angle of 327.32º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A1F62 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 31 98 -
CMYK 0 0.80 0.36 0.40
HSL 327.32º 0.66% 0.36% -
HSV(B) 327.32º 0.8% 0.6% -
XYZ 16.02 8.73 12.4 -
YUV 75.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 154 31 98 0 0.80 0.36 0.40 327.32 0.66 0.36
Hex 9A 1F 62 0 50 24 28 147 42 24
Octal 232 37 142 0 120 44 50 507 102 44
Binary 10011010 11111 1100010 0 1010000 100100 101000 101000111 1000010 100100

Color Harmonies of #9A1F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1F62

Black with #9A1F62

Text Example


Text Example

White with #9A1F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,31,98); }

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

background-color css

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

 a { background-color: rgb(154,31,98); }

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

border-color css

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

 span { border-color: rgb(154,31,98); }

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