Html Css Color HEX #94165C Jazzberry Jam

📋 copy color: '#94165C'

red 148 ◦ green 22 ◦ blue 92

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

Shades of Jazzberry Jam #94165C

Tints of Jazzberry Jam #94165C

RGB

 RED value IS 148 (58.2% from 255) = 56.49%

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

 BLUE value IS 92 (36.33% from 255) = 35.11%

R = 56.49%
G = 8.4%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#94165C (or 0x94165C) is known color: Jazzberry Jam. HEX triplet: 94, 16 and 5C. RGB value is (148,22,92). Sum of RGB (Red+Green+Blue) = 148+22+92=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #94165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94165C is #6BE9A3. Grayscale: #434343. Windows color (decimal): -7072164 or 6035092. OLE color: 6035092.

HSL color Cylindrical-coordinate representation of color #94165C: hue angle of 326.67º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94165C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 22 92 -
CMYK 0 0.85 0.38 0.42
HSL 326.67º 0.74% 0.33% -
HSV(B) 326.67º 0.85% 0.58% -
XYZ 14.43 7.64 10.84 -
YUV 67.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 148 22 92 0 0.85 0.38 0.42 326.67 0.74 0.33
Hex 94 16 5C 0 55 26 2A 147 4A 21
Octal 224 26 134 0 125 46 52 507 112 41
Binary 10010100 10110 1011100 0 1010101 100110 101010 101000111 1001010 100001

Color Harmonies of #94165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94165C

Black with #94165C

Text Example


Text Example

White with #94165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94165C; }

 p { color: rgb(148,22,92); }

 H1.HeaderClassName
 {
   color: #94165C;
 }
 .AnyTagClassName
 {
   color: #94165C;
 }
</style>

background-color css

<style>
 a { background-color: #94165C; }

 a { background-color: rgb(148,22,92); }

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

border-color css

<style>
 span { border-color: #94165C; }

 span { border-color: rgb(148,22,92); }

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