Html Css Color HEX #92165D Jazzberry Jam

📋 copy color: '#92165D'

red 146 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #92165D

Tints of Jazzberry Jam #92165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 55.94%
G = 8.43%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#92165D (or 0x92165D) is known color: Jazzberry Jam. HEX triplet: 92, 16 and 5D. RGB value is (146,22,93). Sum of RGB (Red+Green+Blue) = 146+22+93=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92165D is #6DE9A2. Grayscale: #434343. Windows color (decimal): -7203235 or 6100626. OLE color: 6100626.

HSL color Cylindrical-coordinate representation of color #92165D: hue angle of 325.65º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92165D is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 22 93 -
CMYK 0 0.85 0.36 0.43
HSL 325.65º 0.74% 0.33% -
HSV(B) 325.65º 0.85% 0.57% -
XYZ 14.12 7.48 11.05 -
YUV 67.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 146 22 93 0 0.85 0.36 0.43 325.65 0.74 0.33
Hex 92 16 5D 0 55 24 2B 146 4A 21
Octal 222 26 135 0 125 44 53 506 112 41
Binary 10010010 10110 1011101 0 1010101 100100 101011 101000110 1001010 100001

Color Harmonies of #92165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92165D

Black with #92165D

Text Example


Text Example

White with #92165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92165D; }

 p { color: rgb(146,22,93); }

 H1.HeaderClassName
 {
   color: #92165D;
 }
 .AnyTagClassName
 {
   color: #92165D;
 }
</style>

background-color css

<style>
 a { background-color: #92165D; }

 a { background-color: rgb(146,22,93); }

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

border-color css

<style>
 span { border-color: #92165D; }

 span { border-color: rgb(146,22,93); }

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