Html Css Color HEX #920F58 Jazzberry Jam

📋 copy color: '#920F58'

red 146 ◦ green 15 ◦ blue 88

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

Shades of Jazzberry Jam #920F58

Tints of Jazzberry Jam #920F58

RGB

 RED value IS 146 (57.42% from 255) = 58.63%

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

 BLUE value IS 88 (34.77% from 255) = 35.34%

R = 58.63%
G = 6.02%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#920F58 (or 0x920F58) is known color: Jazzberry Jam. HEX triplet: 92, 0F and 58. RGB value is (146,15,88). Sum of RGB (Red+Green+Blue) = 146+15+88=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #920F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F58 is #6DF0A7. Grayscale: #3E3E3E. Windows color (decimal): -7205032 or 5771154. OLE color: 5771154.

HSL color Cylindrical-coordinate representation of color #920F58: hue angle of 326.56º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F58 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 15 88 -
CMYK 0 0.90 0.40 0.43
HSL 326.56º 0.81% 0.32% -
HSV(B) 326.56º 0.9% 0.57% -
XYZ 13.79 7.16 9.89 -
YUV 62.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 146 15 88 0 0.90 0.40 0.43 326.56 0.81 0.32
Hex 92 F 58 0 5A 28 2B 147 51 20
Octal 222 17 130 0 132 50 53 507 121 40
Binary 10010010 1111 1011000 0 1011010 101000 101011 101000111 1010001 100000

Color Harmonies of #920F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F58

Black with #920F58

Text Example


Text Example

White with #920F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920F58; }

 p { color: rgb(146,15,88); }

 H1.HeaderClassName
 {
   color: #920F58;
 }
 .AnyTagClassName
 {
   color: #920F58;
 }
</style>

background-color css

<style>
 a { background-color: #920F58; }

 a { background-color: rgb(146,15,88); }

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

border-color css

<style>
 span { border-color: #920F58; }

 span { border-color: rgb(146,15,88); }

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